Skip to content

Commit

Permalink
high freq(every 10 sec)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamanobi committed Jan 23, 2024
1 parent f20a312 commit d9e8b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
initializer.setup_rook()
initializer.setup_sentry()

schedule.every(1).minutes.do(hermes_job)
schedule.every(10).seconds.do(hermes_job)
while True:
schedule.run_pending()
time.sleep(1)

0 comments on commit d9e8b52

Please sign in to comment.