Noah Horton

Results 28 issues of Noah Horton

### Issue The `retry_job` method on ActiveJob jobs is basically a wrapper for `enqueue`. Enqueue for Sidekiq just calls the factory for wrapping the ActiveJob job in a Sidekiq JobWrapper....

stale

This might be more a doc issue than a code issue but... The message ActiveJob gives when it does not enqueue something because of non-uniqueness is pretty nasty (`Failed enqueuing...

We are really struggling with queue clearing, particularly if queues have gotten big. Usually when it happens, we don't care about the locks because they have timed out. Our current...

Hi! Love the gem! We just realized that since adding the Sidekiq patch, clearing out the *dead jobs* list is being quite slow too; any idea if that could indeed...

login still uses OOB and see https://developers.google.com/identity/protocols/oauth2/resources/oob-migration

Admin pages are often created en-masse and it is pretty easy to have changes in the main code inadvertently break admin pages. I was about to start writing code to...

First off, I have to say again how much i appreciate the work on Mocha and your follow-up on issues - its amazing. I have a scenario where there is...

feature-request

I filed https://github.com/freerange/mocha/issues/618 a few minutes ago and realized that my other big need might actually solve the same issue. Right now, I overuse `any_instance` because often the object that...

feature-request

Hi! This could be a doc bug, but I can't find a way to find the Sidekiq payload that you get from the WorkSet on each job but from within...

This is actually an issue in the Rails codebase for the Sidekiq adapter, but cross-posting here for searchability of people in the future regardless of the resolution. https://github.com/rails/rails/issues/51003