Skip to content

Commit f80f59d

Browse files
committed
quick nit
1 parent ce9c38c commit f80f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/onyx/background/celery/tasks/beat_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# hack to slow down task dispatch in the cloud until
2121
# we have a better implementation (backpressure, etc)
22-
CLOUD_BEAT_MULTIPLIER_DEFAULT = 0.1
22+
CLOUD_BEAT_MULTIPLIER_DEFAULT = 8.0
2323

2424
# tasks that run in either self-hosted on cloud
2525
beat_task_templates: list[dict] = []

0 commit comments

Comments
 (0)