Skip to content

Commit

Permalink
Increase time between blacklist update
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Sep 19, 2024
1 parent 8e5a760 commit 3fcecc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -60,13 +60,13 @@ def setup_periodic_tasks(sender, **kwargs):
options={"queue": "default", "routing_key": "default"},
)
sender.add_periodic_task(
20.0,
120.0,
get_blacklisted_providers.s(),
queue="default",
options={"queue": "default", "routing_key": "default"},
)
sender.add_periodic_task(
20.0,
120.0,
get_blacklisted_operators.s(),
queue="default",
options={"queue": "default", "routing_key": "default"},

0 comments on commit 3fcecc4

Please sign in to comment.