Skip to content

Commit

Permalink
multiplier from 8 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Feb 4, 2025
1 parent 6f018d7 commit 02a068a
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 @@ -18,7 +18,7 @@

# 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
Expand Down

0 comments on commit 02a068a

Please sign in to comment.