Skip to content

Commit

Permalink
Update celery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Jun 12, 2024
1 parent ac8ca3e commit 824ae3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setup_periodic_tasks(sender, **kwargs):
options={"queue": "default", "routing_key": "default"},
)
sender.add_periodic_task(
60.0,
300.0,
monitor_nodes_task.s(),
queue="uptime",
options={"queue": "uptime", "routing_key": "uptime"},
Expand Down

0 comments on commit 824ae3e

Please sign in to comment.