nim-schedules
Task scheduler
A Nim library that enables scheduling of periodic tasks with optional async support and throttling control.
A Nim scheduler library that lets you kick off jobs at regular intervals.
64 stars
5 watching
5 forks
Language: Nim
last commit: over 3 years ago
Linked from 1 awesome list
job-schedulernimnim-langscheduler
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for scheduling periodic jobs in a simple and efficient manner | 160 |
| A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
| A simple task scheduling framework that allows executing tasks in the background. | 20 |
| A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
| Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
| A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
| A library that provides a controlled way to manage and schedule background tasks in asynchronous applications | 856 |
| An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
| A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
| Provides a Python package to manage and execute scheduled tasks | 0 |
| A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 |
| A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| A parallel task execution runtime using parallel depth-first scheduling | 34 |
| A lightweight Java framework for scheduling jobs with various triggers | 270 |