Hacker News new | ask | show | jobs
by smoody 5164 days ago
just watched the video. nicely done! is there a way to specify explicit ordering? so, if task1 takes three hours and task2 takes 10 minutes and must follow task1, can i keep the service from putting task2 before task1 when it is creating a schedule for task execution?
1 comments

Yep, we take all that into consideration as well as task dependencies, not_until dates, force_dates, and sequential scheduling. As well as collaborative lists.