chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.03k stars 103 forks source link

Scheduling #32

Closed kakoni closed 8 years ago

kakoni commented 8 years ago

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

ferusinfo commented 8 years ago

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

pokonski commented 8 years ago

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