We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9c38c commit f80f59dCopy full SHA for f80f59d
backend/onyx/background/celery/tasks/beat_schedule.py
@@ -19,7 +19,7 @@
19
20
# hack to slow down task dispatch in the cloud until
21
# we have a better implementation (backpressure, etc)
22
-CLOUD_BEAT_MULTIPLIER_DEFAULT = 0.1
+CLOUD_BEAT_MULTIPLIER_DEFAULT = 8.0
23
24
# tasks that run in either self-hosted on cloud
25
beat_task_templates: list[dict] = []
0 commit comments