cryo28 / sidekiq_status

Extension to Sidekiq to pass job execution metadata such as status and result back to the client
MIT License
152 stars 53 forks source link

Bust arguments on retry #18

Closed t3hk0d3 closed 8 years ago

t3hk0d3 commented 11 years ago

If job failed than jid will be passed into arguments on retry, because sidekiq don't know about jid wrapping.

t3hk0d3 commented 11 years ago

In short: you need server middleware, which would unwrap arguments back in case of error.

cryo28 commented 10 years ago

@t3hk0d3 Pull requests are welcome :)

Silex commented 10 years ago

Suffering from this too, this is very annoying.... and the project is inactive :/

/me checks if https://github.com/utgarda/sidekiq-status works better for him

cryo28 commented 10 years ago

@Silex Pull request is welcome