COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211020224144/https://github.com/topics/sidekiq
Here are
286 public repositories
matching this topic...
Simple, efficient background processing for Ruby
Updated
Oct 13, 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
Sep 30, 2021
Ruby
Job processing library for Elixir - compatible with Resque / Sidekiq
Updated
Oct 15, 2021
Elixir
Ensure uniqueness of your Sidekiq jobs
Updated
Oct 18, 2021
Ruby
Dockerize Rails 6 with ActionCable, Webpacker, Stimulus, Elasticsearch, Sidekiq
Updated
Oct 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
Sep 14, 2021
Elixir
Directed acyclic graphs of Sidekiq jobs
Concurrency and threshold throttling for Sidekiq.
Updated
Oct 13, 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
Oct 14, 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
Oct 12, 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
All the basic metrics of Sidekiq with pluggable contribs prepared for Prometheus
Updated
Oct 20, 2021
Ruby
An enhancement for Heroku Scheduler + Sidekiq for scheduling jobs at specific times.
Updated
Mar 25, 2021
Ruby
Liveness probe for Sidekiq in Kubernetes deployments
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
🔪 Kill glutton Sidekiq processes
Updated
Sep 15, 2021
Ruby
Recurring / Periodic / Scheduled / Cron job extension for Sidekiq
Updated
Aug 19, 2020
Ruby
Regression testing for data
Yabeda plugin for complete monitoring of Sidekiq
Updated
Aug 24, 2021
Ruby
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