mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-14 15:13:14 +02:00
quick destructive nit
This commit is contained in:
@ -20,7 +20,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)
|
||||||
# Note that DynamicTenantScheduler can adjust the runtime value for this via Redis
|
# 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
|
# tasks that run in either self-hosted on cloud
|
||||||
beat_task_templates: list[dict] = []
|
beat_task_templates: list[dict] = []
|
||||||
|
Reference in New Issue
Block a user