build: replace celery with procrastinate

This commit is contained in:
Herculino Trotta
2024-10-11 14:11:40 -03:00
parent c9ae8c9db5
commit 49db2089e8
18 changed files with 32 additions and 190 deletions

View File

@@ -18,12 +18,7 @@ drf-spectacular~=0.27.2
gunicorn==21.2.0
whitenoise[brotli]==6.6.0
# Celery
redis==5.0.1 # https://github.com/redis/redis-py
hiredis==2.3.2 # https://github.com/redis/hiredis-py
celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
django-celery-beat~=2.7.0 # https://github.com/celery/django-celery-beat
flower==2.0.1 # https://github.com/mher/flower
watchfiles==0.24.0 # https://github.com/samuelcolvin/watchfiles
procrastinate[django]~=2.14
requests~=2.32.3