Y
Hacker News
new
|
ask
|
show
|
jobs
by
machbio
3668 days ago
Thats a great idea - but could you elaborate on the scheduling of jobs on Luigi - it does not have a scheduler like AirFlow - how do you schedule Luigi tasks ?
2 comments
rathboma
3668 days ago
Check out this Foursquare talk that goes through how we used to do scheduling -- basically you make jobs dependent on a date -
http://www.slideshare.net/OpenAnayticsMeetup/luigi-presentat...
link
allengeorge
3668 days ago
You have to use an external scheduler. We built one on top of AP Scheduler:
https://apscheduler.readthedocs.io/en/latest/
link