Skip to content

Commit

Permalink
Run harvest_tracertrak cronjob every 2 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Dec 2, 2024
1 parent adcd9bb commit 9917a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: resourcetracking-cronjob
spec:
schedule: "* * * * *"
schedule: "*/2 * * * *"
jobTemplate:
spec:
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: resourcetracking-cronjob
spec:
schedule: "*/5 * * * *"
schedule: "*/2 * * * *"
suspend: true
jobTemplate:
spec:
Expand Down

0 comments on commit 9917a43

Please sign in to comment.