Files
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
..
2019-04-19 10:35:16 +02:00
2017-08-31 14:08:46 +08:00