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 |
---|---|---|
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 159 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
shinmera/simple-tasks | A simple task scheduling framework that allows executing tasks in the background. | 20 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,886 |
aio-libs/aiojobs | A library that provides a controlled way to manage and schedule background tasks in asynchronous applications | 851 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 937 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 449 |
masoniteframework/scheduler | Provides a Python package to manage and execute scheduled tasks | 0 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
knowm/sundial | A lightweight Java framework for scheduling jobs with various triggers | 270 |