Skip to content

Commit

Permalink
Changed cron nro extractor and updater to run 24x7. #177 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar authored and katiemcgoff committed Feb 19, 2019
1 parent 29c34b9 commit 21c58e9
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 @@ -13,7 +13,7 @@ objects:
name: "nro-extractor"
spec:
concurrencyPolicy: "Forbid"
schedule: "*/1 0-2,14-23 * * *"
schedule: "*/1 * * * *"
suspend: false
jobTemplate:
spec:
Expand Down
2 changes: 1 addition & 1 deletion jobs/nro-update/openshift/templates/cron-nro-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ objects:
name: "nro-update"
spec:
concurrencyPolicy: "Forbid"
schedule: "*/1 0-2,14-23 * * *"
schedule: "*/1 * * * *"
suspend: false
jobTemplate:
spec:
Expand Down

0 comments on commit 21c58e9

Please sign in to comment.