Skip to content

Commit

Permalink
Init ec2 pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Jan 16, 2024
1 parent 55341f2 commit 538d1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stats-backend/core/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def setup_periodic_tasks(sender, **kwargs):
options={"queue": "yagna", "routing_key": "yagna"},
)
sender.add_periodic_task(
crontab(hour="*/24"),
# crontab(hour="*/24"),
60,
store_ec2_info.s(),
queue="default",
options={"queue": "default", "routing_key": "default"},
Expand Down

0 comments on commit 538d1fa

Please sign in to comment.