Skip to content

Commit

Permalink
Adjust quarterly frequency to use common schedule
Browse files Browse the repository at this point in the history
Going with a schedule that seems to be used most often
by other groups who need to execute tasks on a quarterly interval.

refs #28
  • Loading branch information
deoren committed Jul 1, 2018
1 parent 166abb6 commit 676141c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cron.d/automated_tickets
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# Run twice a year: January 1st and June 1st
47 5 1 1,6 * scripts /opt/automated_tickets/automated_tickets.py --event_schedule "twice_year"

# Run four times a year: The first of January, April, August, December
47 5 1 1,4,8,12 * scripts /opt/automated_tickets/automated_tickets.py --event_schedule "quarterly"
# Run four times a year: The first of March, June, September, December
47 5 1 3,6,9,12 * scripts /opt/automated_tickets/automated_tickets.py --event_schedule "quarterly"


# Run yearly on January 1st
Expand Down

0 comments on commit 676141c

Please sign in to comment.