Skip to content

Commit

Permalink
Set time interval to one week
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilDhillon21 committed Jan 9, 2025
1 parent b8dfa69 commit 914f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/scheduler_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def MonitorJob():

def start():
scheduler = BackgroundScheduler()
scheduler.add_job(MonitorJob, "interval", seconds=10)
scheduler.add_job(MonitorJob, "interval", weeks=1)
scheduler.start()

0 comments on commit 914f386

Please sign in to comment.