sidekiq
sidekiq copied to clipboard
Simple, efficient background processing for Ruby
Ruby version: 3.2.2 Rails version: 7.1.3.2 Sidekiq / Pro / Enterprise version(s): 7.2.2 / 7.2.0 / N/A When filtering the Metrics page for specific classes, the result is a page...
Ruby version: 2.7.1 Rails version: 6.1.7 Sidekiq / Pro / Enterprise version(s): Sidekiq 7.0.7 / Pro 7.0.7 / Ent 7.0.5 Hello! We are using Sidekiq Entreprise and for some reason...
I know this error was already discussed a lot. We randomly see a RedisTimeoutError. Our app is deployed on Heroku and uses Redis Cloud. ``` Jan 11 15:09:35 our-app app[worker]...
This PR adds a new configuration knob, :skip_default_job_logging, to disable job logging out of the box, see #6199. The user can choose when and where to disable the logging. I...
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
We moved this functionality from Pro to OSS but don't have much in the way of tests. Add tests to cover the various methods. Note you can use `COVERAGE=1 bundle...
Our Production Sidekiq cluster had an issue today where the concurrent limit somehow ended up being zero. Our code uses a concurrent limit of 1 `Sidekiq::Limiter.concurrent('other_transactions', 1, wait_timeout: 10, lock_timeout:...
In a recent incident, a mission-critical **daily** cron was skipped because a leader just stepped down and a new leader was elected 40s later. According to the [document](https://github.com/sidekiq/sidekiq/wiki/Ent-Periodic-Jobs#limitations) of Ent...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. Release notes Sourced from actions/dependency-review-action's releases. v4.0.0 Update action to Node 20 by @takost in actions/dependency-review-action#639 Dependabot updates, see the full changelog for more...