diff --git a/backend/onyx/background/celery/tasks/beat_schedule.py b/backend/onyx/background/celery/tasks/beat_schedule.py index 4d5896291..f6b097856 100644 --- a/backend/onyx/background/celery/tasks/beat_schedule.py +++ b/backend/onyx/background/celery/tasks/beat_schedule.py @@ -20,7 +20,7 @@ BEAT_EXPIRES_DEFAULT = 15 * 60 # 15 minutes (in seconds) # hack to slow down task dispatch in the cloud until # we have a better implementation (backpressure, etc) # Note that DynamicTenantScheduler can adjust the runtime value for this via Redis -CLOUD_BEAT_MULTIPLIER_DEFAULT = 0.5 +CLOUD_BEAT_MULTIPLIER_DEFAULT = 8 # tasks that run in either self-hosted on cloud beat_task_templates: list[dict] = []