simple-tasks
Task scheduler
A simple task scheduling framework that allows executing tasks in the background.
A very simple task scheduling framework.
20 stars
3 watching
8 forks
Language: HTML
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
hubspot/singularity | An API and web application for scheduling and running long-running processes, one-off tasks, and scheduled jobs on the Apache Mesos platform. | 825 |
soasme/nim-schedules | A Nim library that enables scheduling of periodic tasks with optional async support and throttling control. | 64 |
spider-gazelle/tasker | A high precision scheduler for Crystal language | 56 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
kagkarlsson/db-scheduler | A simple task scheduler designed for use in clustered Java applications with persistent tasks and minimal dependencies. | 1,261 |
knowm/sundial | A lightweight Java framework for scheduling jobs with various triggers | 270 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |