Here are
277 public repositories
matching this topic...
Simple, efficient background processing for Ruby
-
Updated
Aug 19, 2021
-
Ruby
Scheduler / Cron for Sidekiq jobs
👍👎 A recommendation engine using Likes and Dislikes for your Ruby app
-
Updated
Apr 24, 2018
-
Ruby
Lightweight job scheduler extension for Sidekiq
-
Updated
Aug 14, 2021
-
Ruby
Job processing library for Elixir - compatible with Resque / Sidekiq
-
Updated
Aug 18, 2021
-
Elixir
Ensure uniqueness of your Sidekiq jobs
-
Updated
Aug 14, 2021
-
Ruby
Dockerize Rails 6 with ActionCable, Webpacker, Stimulus, Elasticsearch, Sidekiq
-
Updated
Aug 20, 2021
-
Ruby
Fast and distributed workflow runner using ActiveJob and Redis
-
Updated
Jan 25, 2021
-
Ruby
See statistic about your workers
-
Updated
Feb 15, 2021
-
Ruby
A job processing system that just verks! 🧛
-
Updated
May 24, 2021
-
Elixir
Directed acyclic graphs of Sidekiq jobs
Concurrency and threshold throttling for Sidekiq.
-
Updated
Aug 18, 2021
-
Ruby
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
-
Updated
May 20, 2021
-
Ruby
Ruby's missing background and batch processing system
-
Updated
Aug 19, 2021
-
Ruby
Sidekiq Batch Jobs Implementation
-
Updated
May 12, 2021
-
Ruby
Advanced monitoring for Sidekiq
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
-
Updated
Aug 10, 2021
-
Ruby
Ruby on Rails deployment using Ansible - with Lets Encrypt, Sidekiq, PostgreSQL, nginx & puma
-
Updated
Jul 25, 2020
-
Shell
Extension to Sidekiq to pass job execution metadata such as status and result back to the client
-
Updated
Sep 13, 2018
-
Ruby
Automatic retries for ActiveJob
An enhancement for Heroku Scheduler + Sidekiq for scheduling jobs at specific times.
-
Updated
Mar 25, 2021
-
Ruby
All the basic metrics of Sidekiq with pluggable contribs prepared for Prometheus
-
Updated
Jul 29, 2021
-
Ruby
Liveness probe for Sidekiq in Kubernetes deployments
-
Updated
Aug 12, 2021
-
Ruby
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
🔪 Kill glutton Sidekiq processes
Recurring / Periodic / Scheduled / Cron job extension for Sidekiq
-
Updated
Aug 19, 2020
-
Ruby
Regression testing for data
-
Updated
Aug 20, 2021
-
Ruby
Yabeda plugin for complete monitoring of Sidekiq
A Sidekiq-backed pub/sub layer for your Rails app.
Improve this page
Add a description, image, and links to the
sidekiq
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sidekiq
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This is a bag of thoughts issue, I encourage everyone to file more specific detailed issues and send pull requests.
do not use keyword arguments in plain Sidekiq workers mperham/sidekiq#2372 (check if it works or not with ActiveJob)
do not schedule jobs inside a transaction if a record created/updated inside this transaction will be directly or indirectl