rq-scheduler
Task scheduler
Library that adds scheduling capabilities to Redis-based queuing library
A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
1k stars
42 watching
228 forks
Language: Python
last commit: 23 days ago
Linked from 1 awesome list
pythonredisrqscheduled-tasksschedulertask-scheduler
Related projects:
Repository | Description | Stars |
---|---|---|
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,838 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,423 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 217 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
pricingassistant/mrq | A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 877 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 923 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,148 |
kscherer/wraxl-scheduler | A Mesos Python Scheduler that selects hosts and configurations based on weighted random selection, using Python RQ for job scheduling. | 1 |
ryansb/disq | A Python client library for interacting with the Disque distributed job queue system | 52 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 410 |