awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesTime-Ordered Scheduling

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.

Awesome Time-Ordered Scheduling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sidekiq/sidekiqAvatar von sidekiq

    sidekiq/sidekiq

    13,540Auf GitHub ansehen↗

    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.

    Rubybackground-jobsjobsruby
    Auf GitHub ansehen↗13,540
  1. Home
  2. Data & Databases
  3. Sorted Sets
  4. Time-Ordered Scheduling