Skip to content

Commit

Permalink
quick destructive nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Mar 6, 2025
1 parent 44cf923 commit ee89591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/background/celery/tasks/beat_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 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] = []
Expand Down

0 comments on commit ee89591

Please sign in to comment.