sidekiq
Job processor
Software for managing background jobs in Ruby applications
Simple, efficient background processing for Ruby
13k stars
213 watching
2k forks
Language: Ruby
last commit: 8 days 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,432 |
hugopl/sidekiq.cr | A Crystal implementation of Sidekiq, a background job framework for Ruby. | 765 |
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,168 |
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 | 272 |
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,707 |
bensheldon/good_job | A multithreaded, Postgres-based Active Job backend for Ruby on Rails designed to be simple and performant for most workloads. | 2,699 |
ruby/rake | A make-like program implemented in Ruby for automating tasks and building projects. | 2,351 |
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,508 |
rbspy/rbspy | A tool to profile CPU usage in running Ruby programs without requiring the program to restart. | 2,502 |
sidekiq-cron/sidekiq-cron | Schedules jobs to run at specific times using cron notation or natural language | 1,867 |
rmosolgo/graphql-ruby | Implementing the GraphQL protocol in Ruby to provide a specification-compliant API for querying data. | 5,381 |