Skip to content

Commit

Permalink
adjust expiry down to 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kuo (Danswer) committed Dec 23, 2024
1 parent bcca868 commit ad5ea4e
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 @@ -4,7 +4,7 @@
from onyx.configs.constants import OnyxCeleryPriority
from onyx.configs.constants import OnyxCeleryTask

BEAT_EXPIRES_DEFAULT = 30 * 60 # 30 minutes
BEAT_EXPIRES_DEFAULT = 10 * 60 # 30 minutes

# we set expires because it isn't necessary to queue up these tasks
# it's only important that they run relatively regularly
Expand Down

0 comments on commit ad5ea4e

Please sign in to comment.