Simple, efficient background processing for Ruby
-
Updated
Oct 7, 2020 - Ruby
{{ message }}
Simple, efficient background processing for Ruby
Scheduler / Cron for Sidekiq jobs
Dockerize Rails 6 with ActionCable, Webpacker, Stimulus, Elasticsearch, Sidekiq
Directed acyclic graphs of Sidekiq jobs
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Concurrency and threshold throttling for Sidekiq.
A Golang based high performance, scalable and distributed workflow framework
Ruby's missing background and batch processing system
Advanced monitoring for Sidekiq
Ruby on Rails deployment using Ansible - with Lets Encrypt, Sidekiq, PostgreSQL, nginx & puma
Extension to Sidekiq to pass job execution metadata such as status and result back to the client
Automatic retries for ActiveJob
All the basic metrics of Sidekiq with pluggable contribs prepared for Prometheus
Liveness probe for Sidekiq in Kubernetes deployments
Add a description, image, and links to the sidekiq topic page so that developers can more easily learn about it.
To associate your repository with the sidekiq topic, visit your repo's landing page and select "manage topics."
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