Skip to content

Commit

Permalink
raise multiplier to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kuo (Danswer) committed Jan 24, 2025
1 parent 50b2ed2 commit f94af4c
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 = 4
CLOUD_BEAT_SCHEDULE_MULTIPLIER = 8

# 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 f94af4c

Please sign in to comment.