summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2020-02-06 13:08:27 +0100
committerRyan Petrello <rpetrell@redhat.com>2020-02-10 23:32:02 +0100
commit38a08d163c31d934ecc02fd8a57ae3f3e85e45c9 (patch)
treeb6e4a21e6cc65759056cde55703fc66b4a479e3b /requirements/README.md
parentMerge pull request #5868 from ryanpetrello/python-packaging-is-a-disaster (diff)
downloadawx-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.md5
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.