mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
get rid of celery/celerybeat
alternative to https://github.com/ansible/awx/pull/2530 which makes use of https://pypi.org/project/schedule/ this doesn't have support for any persistence (like how celery beat uses a shelve file), because all of our periodic jobs run at most every few minutes
This commit is contained in:
@@ -4,7 +4,6 @@ asgi-amqp>=1.1.4 # see library notes, related to channels 2
|
||||
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
|
||||
boto # replacement candidate https://github.com/ansible/awx/issues/2115
|
||||
channels==1.1.8 # UPGRADE BLOCKER: Last before backwards-incompatible channels 2 upgrade
|
||||
celery==4.3.0 # see library notes
|
||||
daphne==1.4.2 # UPGRADE BLOCKER: last before channels 2 but not pinned by other deps
|
||||
django==2.2.8 # see UPGRADE BLOCKERs
|
||||
django-auth-ldap
|
||||
@@ -35,6 +34,7 @@ pyparsing
|
||||
python-memcached
|
||||
python-radius
|
||||
python3-saml
|
||||
schedule==0.6.0
|
||||
social-auth-core==3.2.0 # see UPGRADE BLOCKERs
|
||||
social-auth-app-django==3.1.0 # see UPGRADE BLOCKERs
|
||||
requests
|
||||
@@ -45,4 +45,4 @@ twilio
|
||||
uWSGI
|
||||
uwsgitop
|
||||
pip==19.3.1 # see UPGRADE BLOCKERs
|
||||
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
||||
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
||||
|
||||
Reference in New Issue
Block a user