kubernetes/pkg/controller/job
Aldo Culquicondor eebd678cda Remove GET job and retries for status updates.
Doing a GET right before retrying has 2 problems:
- It can masquerade conflicts
- It adds an additional delay

As for retries, we are better of going through the sync backoff.

In the case of conflict, we know that there was a Job update that would trigger another sync, so there is no need to do a rate limited requeue.
2021-09-23 11:48:34 -04:00
..
config generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
metrics Revert "Add metric job_pod_finished" 2021-09-21 15:16:54 -04:00
doc.go
indexed_job_utils_test.go Track Job Pods completion in status 2021-07-08 17:48:05 +00:00
indexed_job_utils.go Revert "Add metric job_pod_finished" 2021-09-21 15:16:54 -04:00
job_controller_test.go Remove GET job and retries for status updates. 2021-09-23 11:48:34 -04:00
job_controller.go Remove GET job and retries for status updates. 2021-09-23 11:48:34 -04:00
OWNERS Updates OWNERS files in job controller 2019-04-19 10:35:16 +02:00
utils_test.go make these tests table-driven 2017-08-31 14:08:46 +08:00
utils.go Fix golint errors in pkg/controller/job 2019-06-12 20:09:57 +02:00