chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.05k stars 106 forks source link

Fix workflow status when the workflow is pending to start #89

Closed Pitus660 closed 3 months ago

Pitus660 commented 2 years ago

Update default workflow status to pending when workflow is pending to start

pokonski commented 2 years ago

I know I'm super late with replying, but could you add specs to cover this change?

noahfpf commented 4 months ago

I've added a new PR #116 with this change with specs added.

pokonski commented 3 months ago

So, this can be closed, thank you both!