Skip to content

Commit

Permalink
Index ray
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Mar 14, 2024
1 parent e3f9249 commit 9f760d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stats-backend/core/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ def setup_periodic_tasks(sender, **kwargs):
queue="yagna",
options={"queue": "yagna", "routing_key": "yagna"},
)
# sender.add_periodic_task(
# 60.0,
# v2_offer_scraper.s(subnet_tag="ray-on-golem-heads"),
# queue="yagna",
# options={"queue": "yagna", "routing_key": "yagna"},
# )
sender.add_periodic_task(
60.0,
v2_offer_scraper.s(subnet_tag="ray-on-golem-heads"),
queue="yagna",
options={"queue": "yagna", "routing_key": "yagna"},
)
sender.add_periodic_task(
20.0,
v2_network_online_to_redis.s(),
Expand Down

0 comments on commit 9f760d9

Please sign in to comment.