Skip to content

Commit

Permalink
Increases cronjob time from 60s to 100s
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
  • Loading branch information
biswajit-9776 committed Aug 29, 2024
1 parent 7d46a57 commit 6aeefb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CRONJOB_NAME=kubeflow-m2m-oidc-configurator
NAMESPACE=istio-system
RETRY_INTERVAL=5 # Each loop iterates after 'RETRY_INTERVAL' seconds
MAX_RETRIES=12 # Each loop iterates for a total number of 'MAX_RETRIES'
MAX_RETRIES=20 # Each loop iterates for a total number of 'MAX_RETRIES'

# Function to get the latest Job created by the CronJob
get_latest_job() {
Expand Down

0 comments on commit 6aeefb6

Please sign in to comment.