diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-02-06 13:08:27 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-02-10 23:32:02 +0100 |
commit | 38a08d163c31d934ecc02fd8a57ae3f3e85e45c9 (patch) | |
tree | b6e4a21e6cc65759056cde55703fc66b4a479e3b /requirements/README.md | |
parent | Merge pull request #5868 from ryanpetrello/python-packaging-is-a-disaster (diff) | |
download | awx-38a08d163c31d934ecc02fd8a57ae3f3e85e45c9.tar.xz awx-38a08d163c31d934ecc02fd8a57ae3f3e85e45c9.zip |
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
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/requirements/README.md b/requirements/README.md index 40b68f0172..3485ed0593 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -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. |