All Projects → mperham → Sidekiq

mperham / Sidekiq

Licence: other
Simple, efficient background processing for Ruby

Programming Languages

ruby
36898 projects - #4 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Sidekiq

lambdakiq
ActiveJob on SQS & Lambda
Stars: ✭ 131 (-98.86%)
Mutual labels:  sidekiq, background-jobs
ex job
ExJob is a zero-dependency, ultra-fast, background job processing library.
Stars: ✭ 14 (-99.88%)
Mutual labels:  background-jobs, jobs
joobq
JoobQ is a fast, efficient asynchronous reliable job queue and job scheduler library processing. Jobs are submitted to a job queue, where they reside until they are able to be scheduled to run in a computing environment.
Stars: ✭ 26 (-99.77%)
Mutual labels:  background-jobs, jobs
Sidekiq Superworker
Directed acyclic graphs of Sidekiq jobs
Stars: ✭ 419 (-96.34%)
Mutual labels:  background-jobs, sidekiq
sidekiq-sequence
Sequential Sidekiq jobs for Rails
Stars: ✭ 38 (-99.67%)
Mutual labels:  sidekiq, background-jobs
Background
Runs things in the background.
Stars: ✭ 497 (-95.66%)
Mutual labels:  background-jobs, jobs
Job Model
蚂蚁金服 - 国际事业群 - 前端 招聘
Stars: ✭ 110 (-99.04%)
Mutual labels:  jobs
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-98.93%)
Mutual labels:  jobs
Awesome Ai Residency
List of AI Residency Programs
Stars: ✭ 1,653 (-85.56%)
Mutual labels:  jobs
Foundatio
Pluggable foundation blocks for building distributed apps.
Stars: ✭ 1,365 (-88.08%)
Mutual labels:  jobs
Xamarin Crossdownloadmanager
A cross platform download manager for Xamarin
Stars: ✭ 131 (-98.86%)
Mutual labels:  background-jobs
Elm Jobs
Discuss and post jobs for Elm
Stars: ✭ 128 (-98.88%)
Mutual labels:  jobs
Tech Companies In Nepal
List of tech companies based or working in Nepal. 🇳🇵
Stars: ✭ 120 (-98.95%)
Mutual labels:  jobs
Curlyq
Efficient and reliable background processing for Go
Stars: ✭ 110 (-99.04%)
Mutual labels:  background-jobs
Tina
Tina is a teeny tiny, header only, coroutine and job library.
Stars: ✭ 125 (-98.91%)
Mutual labels:  jobs
Elixir Companies
A list of companies currently using Elixir in production.
Stars: ✭ 1,475 (-87.12%)
Mutual labels:  jobs
Lowkiq
Ordered background jobs processing
Stars: ✭ 129 (-98.87%)
Mutual labels:  background-jobs
Sidekiq Cron
Scheduler / Cron for Sidekiq jobs
Stars: ✭ 1,383 (-87.92%)
Mutual labels:  sidekiq
Workq
Job server in Go
Stars: ✭ 1,546 (-86.5%)
Mutual labels:  jobs
Simple scheduler
An enhancement for Heroku Scheduler + Sidekiq for scheduling jobs at specific times.
Stars: ✭ 127 (-98.89%)
Mutual labels:  sidekiq

Sidekiq

Gem Version Build

Simple, efficient background processing for Ruby.

Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails to make background processing dead simple.

Performance

Version Latency Garbage created for 10k jobs Time to process 100k jobs Throughput Ruby
Sidekiq 6.0.2 3 ms 156 MB 14.0 sec 7100 jobs/sec MRI 2.6.3
Sidekiq 6.0.0 3 ms 156 MB 19 sec 5200 jobs/sec MRI 2.6.3
Sidekiq 4.0.0 10 ms 151 MB 22 sec 4500 jobs/sec
Sidekiq 3.5.1 22 ms 1257 MB 125 sec 800 jobs/sec
Resque 1.25.2 - - 420 sec 240 jobs/sec
DelayedJob 4.1.1 - - 465 sec 215 jobs/sec

This benchmark can be found in bin/sidekiqload and assumes a Redis network latency of 1ms.

Requirements

  • Redis: 4.0+
  • Ruby: MRI 2.5+ or JRuby 9.2+.

Sidekiq 6.0 supports Rails 5.0+ but does not require it.

Installation

gem install sidekiq

Getting Started

See the Getting Started wiki page and follow the simple setup process. You can watch this Youtube playlist to learn all about Sidekiq and see its features in action. Here's the Web UI:

Web UI

Want to Upgrade?

I also sell Sidekiq Pro and Sidekiq Enterprise, extensions to Sidekiq which provide more features, a commercial-friendly license and allow you to support high quality open source development all at the same time. Please see the Sidekiq homepage for more detail.

Subscribe to the quarterly newsletter to stay informed about the latest features and changes to Sidekiq and its bigger siblings.

Problems?

Please do not directly email any Sidekiq committers with questions or problems. A community is best served when discussions are held in public.

If you have a problem, please review the FAQ and Troubleshooting wiki pages. Searching the issues for your problem is also a good idea.

Sidekiq Pro and Sidekiq Enterprise customers get private email support. You can purchase at https://sidekiq.org; email [email protected] for help.

Useful resources:

  • Product documentation is in the wiki.
  • Occasional announcements are made to the @sidekiq Twitter account.
  • The Sidekiq tag on Stack Overflow has lots of useful Q & A.

Every Friday morning is Sidekiq happy hour: I video chat and answer questions. See the Sidekiq support page for details.

License

Please see LICENSE for licensing details.

Author

Mike Perham, @getajobmike / @sidekiq, https://www.mikeperham.com / https://www.contribsys.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].