From e59868e25ef034909e623cce1a660d0863689be7 Mon Sep 17 00:00:00 2001 From: Daniel Buchan Date: Fri, 18 Oct 2019 15:04:30 +0100 Subject: [PATCH] updated docs and added a more complex example --- docs/periodic_tasks.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/periodic_tasks.rst b/docs/periodic_tasks.rst index 16c7e393..c5c9dddc 100644 --- a/docs/periodic_tasks.rst +++ b/docs/periodic_tasks.rst @@ -3,10 +3,12 @@ Periodic Tasks ============== -Periodic Tasks are handled by Celery Beat. Starting thw workers with the +Periodic Tasks are handled by Celery Beat. Starting the workers with the --beat option will allow you to start the periodic task service. Remember to start the separate beat daemon if running in production/staging modes. +This mode is still in beta and has not been fully tested + Most details can be found at http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html