Scheduling
kakoni opened this issue · 2 comments
kakoni commented
So is scheduling/periodic workflows/jobs something that might be inside gush or should one look into rufus etc to implement it?
ferusinfo commented
For scheduling everyday tasks I recommend the https://github.com/tomykaira/clockwork gem.
Gush is a workflow manager, not scheduler, IMHO.
pokonski commented
@ferusinfo is right. This is not the scope of Gush. You can use another scheduling tool to execute your Gush workflows :)