lower CLOUD_BEAT_SCHEDULE_MULTIPLIER to 4

This commit is contained in:
Richard Kuo (Danswer) 2025-01-31 16:13:13 -08:00
parent 618e4addd8
commit d3cf18160e

View File

@ -18,7 +18,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)
CLOUD_BEAT_SCHEDULE_MULTIPLIER = 8
CLOUD_BEAT_SCHEDULE_MULTIPLIER = 4
# tasks that only run in the cloud
# the name attribute must start with ONYX_CLOUD_CELERY_TASK_PREFIX = "cloud" to be filtered