scheduler
Task scheduler
Provides a Python package to manage and execute scheduled tasks
Schedule tasks with Masonite
0 stars
3 watching
0 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
fizista/micropython-mcron | A time-based task scheduling library for Python on microcontrollers with hardware timers | 35 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
spider-gazelle/tasker | A high precision scheduler for Crystal language | 56 |
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
soasme/nim-schedules | A Nim library that enables scheduling of periodic tasks with optional async support and throttling control. | 64 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
kagkarlsson/db-scheduler | A task scheduler that allows for cluster-friendly, persistent tasks with high throughput and minimal dependencies. | 1,263 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
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 |
thinktransit/micropython-aioschedule | A task scheduler with asynchronous support and persistence for MicroPython-based devices | 8 |