Replies: 2 comments
-
did u solve @simper66 ? |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there any tip to decrease the total execution time of a Job?
For a job that does "nothing" it use to last 10s.
Around 3s before my code starts and 7s after my code ends.
I have been playing in the controller with things like
CRON_SYNC_PERIOD = 1s
,imagePullPolicy= IfNotPresent
, etc, but seems to not help.Any advise?
The biggest problem is the 7s between my code ends and argo see it as completed
Beta Was this translation helpful? Give feedback.
All reactions