Can you explain a bit more what you are thinking for a custom scheduler? It's been awhile, but we added support for cron schedules without backfill awhile back, so I'm wondering what you are thinking of adding with this?
Thanks, Ben -- Ben Tallman - 503.680.5709 On Thu, Jan 31, 2019 at 8:29 AM abhishek sharma <abhioncbr.apa...@gmail.com> wrote: > Hi All, > > Created a ticket(https://issues.apache.org/jira/browse/AIRFLOW-3775) for > supporting custom scheduler in Airflow. > > The idea is to have a scheduler base class which can be extended for > writing a custom scheduler. The logic of custom scheduling is user > specific, and at the DAGs task level we can mention the scheduler type, and > that scheduler will be used for starting a task. [Naive Idea] > > Can we please discuss whether we need such functionality in Airflow or not > and If yes then we will proceed with the design and implementation. > > Thanks > Abhishek Sharma >