We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b060d1 + 64d66be commit e384ab4Copy full SHA for e384ab4
backend/PyMatcha/utils/tasks.py
@@ -32,7 +32,7 @@ def setup_periodic_tasks(sender, **kwargs):
32
sender.add_periodic_task(
33
600, calc_search_min_max.s(), name="Update Minimum and Maximum scores and ages for search every 10 minutes"
34
)
35
- sender.add_periodic_task(10, random_bot_action.s(), name="Bots will do random actions")
+ sender.add_periodic_task(180, random_bot_action.s(), name="Bots will do random actions")
36
37
38
@celery.task
0 commit comments