Dynamically Schedule Celery Beat task with Flask Dynamically Schedule Celery Beat task with Flask flask flask

Dynamically Schedule Celery Beat task with Flask


This functionality will be available in Celery ver.4.0.Dynamic task scheduling is only currently supported in the development version : http://docs.celeryproject.org/en/master/userguide/periodic-tasks.html#beat-entries


Even though we abandoned flask/python for our app. This problem was solved by using a scheduler called Kala. Which is a simple JSON over HTTP API inpired by Chronus, that does the same as Kala but much more robust and scalable solution by Airbnb . Its totally language agnostic.