Skip to content

Commit

Permalink
Put back security groups cron job schedule to 6am
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Jul 30, 2021
1 parent 0b3d7e3 commit d440af8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions visa-scheduler/src/main/resources/quartz-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@
<job-name>instance_security_group_update_job</job-name>
<job-group>visa</job-group>
<!-- Run every day at 6am -->
<!-- <cron-expression>0 0 6 ? * *</cron-expression>-->
<cron-expression>*/15 * * ? * *</cron-expression>
<cron-expression>0 0 6 ? * *</cron-expression>
</cron>
</trigger>

Expand Down

0 comments on commit d440af8

Please sign in to comment.