1 min readJun 2, 2020
Scheduling is another exciting area where you might use Celery that I forgot to mention.
Instead of running cron jobs that have to be spaced apart to make sure they finish, you can just queue up a bunch of Celery tasks using Celery as the scheduler!
https://docs.celeryproject.org/en/stable/userguide/periodic-tasks.html