Renan S Silva
Renan S Silva
More than once I was required to either remove one pending job from Resque, or all jobs of a given class. For both cases I had to access the production...
# Situation The default behavior of Dramatiq when multiple queues are present (either all of them or a subset), is to fetch data from them using the consumer threads. This...
See https://git.io/ and https://github.blog/changelog/2022-04-25-git-io-deprecation/ with this the readme instructions no longer work any CI or scripts that depended on git.io also broke
This PR adds support for `ActiveJob` jobs, hiding the middleware payload and only exposing the actual job payload. While I am aware of https://github.com/ono/resque-cleaner/issues/47, I think of this PR as...