chaps-io/gush

Scheduling

kakoni opened this issue · 2 comments

So is scheduling/periodic workflows/jobs something that might be inside gush or should one look into rufus etc to implement it?

For scheduling everyday tasks I recommend the https://github.com/tomykaira/clockwork gem.
Gush is a workflow manager, not scheduler, IMHO.

@ferusinfo is right. This is not the scope of Gush. You can use another scheduling tool to execute your Gush workflows :)