mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 20:38:32 +02:00
slow down to 8 again
This commit is contained in:
@@ -18,7 +18,7 @@ BEAT_EXPIRES_DEFAULT = 15 * 60 # 15 minutes (in seconds)
|
|||||||
|
|
||||||
# hack to slow down task dispatch in the cloud until
|
# hack to slow down task dispatch in the cloud until
|
||||||
# we have a better implementation (backpressure, etc)
|
# we have a better implementation (backpressure, etc)
|
||||||
CLOUD_BEAT_SCHEDULE_MULTIPLIER = 4
|
CLOUD_BEAT_SCHEDULE_MULTIPLIER = 8
|
||||||
|
|
||||||
# tasks that only run in the cloud
|
# tasks that only run in the cloud
|
||||||
# the name attribute must start with ONYX_CLOUD_CELERY_TASK_PREFIX = "cloud" to be filtered
|
# the name attribute must start with ONYX_CLOUD_CELERY_TASK_PREFIX = "cloud" to be filtered
|
||||||
|
Reference in New Issue
Block a user