chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.04k stars 104 forks source link

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

Closed Pitus660 closed 1 month 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 2 months ago

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

pokonski commented 1 month ago

So, this can be closed, thank you both!