sidekiq
Background processor
Enables efficient background processing in Ruby applications
Simple, efficient background processing for Ruby
13k stars
213 watching
2k forks
Language: Ruby
last commit: about 1 month ago
Linked from 2 awesome lists
background-jobsjobsrubysidekiq
Related projects:
Repository | Description | Stars |
---|---|---|
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
hugopl/sidekiq.cr | A Crystal implementation of Sidekiq, a background job framework for Ruby. | 763 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
grosser/parallel | Parallel processing made simple and fast in Ruby | 4,173 |
jondot/sneakers | A fast background processing framework for Ruby and RabbitMQ | 2,252 |
fatkodima/sidekiq-iteration | Makes long-running Sidekiq jobs interruptible and resumable to prevent data loss on interruptions | 274 |
suranyami/peek-sidekiq | Displays performance metrics and call counts of Sidekiq jobs in a Rails application. | 13 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,711 |
bensheldon/good_job | A multithreaded, Postgres-based Active Job backend for Ruby on Rails designed to be simple and performant for most workloads. | 2,729 |
ruby/rake | A make-like program implemented in Ruby for automating tasks and building projects. | 2,355 |
funbox/sidekiq-influxdb | Writes Sidekiq job execution metrics to InfluxDB | 18 |
danmayer/coverband | A tool to measure and report on the execution of code in production environments | 2,522 |
rbspy/rbspy | A tool to profile CPU usage in running Ruby programs without requiring the program to restart. | 2,510 |
sidekiq-cron/sidekiq-cron | Schedules jobs to run at specific times using cron notation or natural language | 1,873 |
rmosolgo/graphql-ruby | Implementing the GraphQL protocol in Ruby to provide a specification-compliant API for querying data. | 5,380 |