Skip to content

Commit

Permalink
Dial back cron
Browse files Browse the repository at this point in the history
Hoping to reduce the Upstash Redis bills to something workable.
  • Loading branch information
kadams54 committed Jul 14, 2024
1 parent f82a1a0 commit 922abb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fetch_scoring_job:
cron: "*/2 * * * *"
# cron: "0 0 1 */1 *"
# cron: "*/2 * * * *"
cron: "0 0 1 */1 *"
class: "FetchScoringJob"
queue: default

0 comments on commit 922abb1

Please sign in to comment.