Nicholas Volker

Results 4 issues of Nicholas Volker

Solves: https://github.com/resque/resque/issues/1787 Related Documentation: https://github.com/resque/resque/blob/master/docs/HOOKS.md#job-hooks Putting this pull request forward in the hopes to drum up some conversation around this issue. The linked issue encapsulates the problem this pull request...

## Summary I noticed there is a three-year-old pull request[^1] sitting around to try to get this lovely little gem bumped up to the next major version of Resque. I...

## Summary When a Resque worker picks up a job from the queue, it forks off a child process to perform the workload. The child then exits after it has...

## Summary When thinning out our instrumentations, solely _using_ **Rack**, I found that the middleware wasn't being installed. I then stumbled across this: https://cloud-native.slack.com/archives/C01NWKKMKMY/p1629852592034300?thread_ts=1629850975.033500&cid=C01NWKKMKMY After adding **ActievJob**, as follows: ```ruby...

bug