Skip to content

Commit

Permalink
Update celery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Sep 26, 2024
1 parent 25e21e1 commit 7928c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats-backend/core/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def setup_periodic_tasks(sender, **kwargs):
options={"queue": "default", "routing_key": "default"},
)
sender.add_periodic_task(
10,
120,
online_nodes_computing.s(),
queue="default",
options={"queue": "default", "routing_key": "default"},
Expand Down

0 comments on commit 7928c52

Please sign in to comment.