Skip to content

Commit

Permalink
Allow for meetings on Wednesday, by accelerating matching dates (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentwills authored May 7, 2020
1 parent 3784cba commit 34ebed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ cron:

- description: weekly meeting spec generation
url: /tasks/generate_meeting_specs_for_week
schedule: every monday 9:00
schedule: every monday 6:00
timezone: America/Los_Angeles
target: api

- description: weekly opt-in email
url: /tasks/email_users_for_weekly_opt_in
schedule: every monday 11:00
schedule: every monday 9:00
timezone: America/Los_Angeles
target: api

- description: weekly match
url: /tasks/match_employees
schedule: every wednesday 11:00
schedule: every tuesday 11:00
timezone: America/Los_Angeles
target: api

0 comments on commit 34ebed2

Please sign in to comment.