Skip to content

Commit

Permalink
Benchmark often to collect data
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Feb 19, 2024
1 parent 885f5a1 commit 12d4148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def setup_periodic_tasks(sender, **kwargs):
# options={"queue": "pingerp2p", "routing_key": "pingerp2p"},
# )
sender.add_periodic_task(
1200,
60,
benchmark_providers_task.s(),
queue="benchmarker",
options={"queue": "benchmarker", "routing_key": "benchmarker"},
Expand Down

0 comments on commit 12d4148

Please sign in to comment.