chaps-io / gush

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

add missing json attribute to Gush::Job #114

Closed entei closed 4 months ago

entei commented 4 months ago

Just added missing :wait attribute to Gush::Job#as_json because that argument was skipped when Gush::Job#persist_job called so sidekiq job was performed with no delay even if :wait was specified

pokonski commented 4 months ago

Good catch, thank you! Can you just revert the issue I mentioned above with hash values?