mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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:
@@ -137,11 +137,6 @@ in the top-level Makefile.
|
||||
|
||||
## Library Notes
|
||||
|
||||
### celery
|
||||
|
||||
This is only used for the beat feature (running periodic tasks).
|
||||
This could be replaced, see: https://github.com/ansible/awx/pull/2530
|
||||
|
||||
### requests-futures
|
||||
|
||||
This can be removed when a solution for the external log queuing is ready.
|
||||
|
||||
Reference in New Issue
Block a user