1 repository
Using sorted sets to trigger tasks based on a numerical timestamp score.
Distinct from Sorted Sets: Distinct from general sorted sets by applying them specifically to task scheduling logic.
Explore 1 awesome GitHub repository matching data & databases · Time-Ordered Scheduling. Refine with filters or upvote what's useful.
Sidekiq is a background job processor and queue manager for Ruby that uses Redis to manage asynchronous tasks. It functions as a distributed task scheduler capable of handling periodic, delayed, and recurring jobs across a cluster of worker processes. The project features a job monitoring dashboard and administrative web interface for visualizing system state, tracking worker performance, and managing failed or dead jobs. It provides a distributed rate limiter to control execution frequency across multiple processes. The framework covers a broad range of operational capabilities, including j
Uses Redis sorted sets to store and trigger future jobs once the current time exceeds the job timestamp.