From c63b60ff7dac791d3e68703c4587fa86858d5602 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Thu, 16 Sep 2021 14:13:39 +0300 Subject: [PATCH] Add a note about Celery schedule objects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8538e95..d5d0d02 100644 --- a/README.md +++ b/README.md @@ -1501,6 +1501,7 @@ Few key things: * We use this task as part of a deploy procedure. * We always put a link to [`crontab.guru`](https://crontab.guru) to explain the cron. Otherwise it's unreadable. * Everything is in one place. +* ⚠️ We use, almost exclusively, a cron schedule. **If you plan on using the other schedule objects, provided by Celery, please read thru their documentation** & the important notes - - about pointing to the same schedule object. ⚠️ ### Configuration