quick destructive nit

This commit is contained in:
pablonyx 2025-03-06 15:14:34 -08:00
parent 44cf923ab7
commit ee89591060

View File

@ -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] = []