sidekiq.cr
Background job processor
A Crystal implementation of Sidekiq, a background job framework for Ruby.
Simple, efficient job processing for Crystal
765 stars
24 watching
74 forks
Language: Crystal
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nilenso/goose | A Clojure-based background job processing library with support for multiple message brokers and scheduling options. | 266 |
lardawge/carrierwave_backgrounder | A gem that allows CarrierWave to offload image processing and storage to background tasks. | 738 |
nesquena/backburner | A Ruby-based job queue system built on top of Beanstalkd for reliable and efficient background processing. | 429 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,505 |
fukamachi/psychiq | Provides background job processing capabilities for Common Lisp applications. | 53 |
fatkodima/sidekiq-iteration | Makes long-running Sidekiq jobs interruptible and resumable to prevent data loss on interruptions | 272 |
bia-technologies/lowkiq | A system for ordering and processing background jobs to prevent common issues like message reordering and deadlocks | 142 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
sidekiq-cron/sidekiq-cron | Schedules jobs to run at specific times using cron notation or natural language | 1,867 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
mosquito-cr/mosquito | Background job runner for Crystal applications supporting periodic and manual execution with Redis integration. | 227 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |
bernardphp/bernard | A PHP library for creating background jobs and long running processes using queues. | 1,214 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
crystal-china/procodile_cr | A tool for running and managing background processes in Ruby applications | 8 |