rewrite worker to run on celery and redis

This commit is contained in:
2023-04-13 02:11:59 -04:00
parent b07a9c70d2
commit 85753c5afe
3 changed files with 28 additions and 16 deletions

View File

@@ -26,6 +26,10 @@ WTForms-SQLAlchemy==0.3.0
# APScheduler automated scheduler
APScheduler==3.10.1
# Celery Task Queue
celery[redis]==5.2.7
redis==4.5.4
# Python Time packages
pytz==2022.7.1