feat: redbeat

This commit is contained in:
Alex
2026-04-25 14:38:24 +01:00
parent 7ca33b2b72
commit 9c8ae9d540
2 changed files with 6 additions and 0 deletions

View File

@@ -9,3 +9,8 @@ accept_content = ['json']
# Autodiscover tasks
imports = ('application.api.user.tasks',)
beat_scheduler = "redbeat.RedBeatScheduler"
redbeat_redis_url = broker_url
redbeat_key_prefix = "redbeat:docsgpt:"
redbeat_lock_timeout = 90

View File

@@ -6,6 +6,7 @@ boto3==1.42.83
beautifulsoup4==4.14.3
cel-python==0.5.0
celery==5.6.3
celery-redbeat==2.3.3
cryptography==46.0.7
dataclasses-json==0.6.7
defusedxml==0.7.1