Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.09k stars 201 forks source link

Add chaining job #27

Closed ibnbay00 closed 6 years ago

ibnbay00 commented 6 years ago

How to add chaining job? After job1 is finish then job2 start

Stovoy commented 6 years ago

Outside of the scheduler itself; make job1 publish job2.

ibnbay00 commented 6 years ago

Hi, @swaggy, can u explain to be more clear? How the step to produce it...

Thanks

sabw8217 commented 6 years ago

This seems like something you would use a distributed task queue or perhaps something like Airflow for, not ndscheduler.