Skip to content

Commit

Permalink
Merge pull request #29 from deoren/i28-adjust-quarterly-frequency
Browse files Browse the repository at this point in the history
Adjust quarterly frequency to use common schedule: March, June, September, December
  • Loading branch information
deoren authored Jul 1, 2018
2 parents 166abb6 + 676141c commit e902e7e
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 e902e7e

Please sign in to comment.