schedule.cr
Task scheduler
Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal
Run periodic tasks in Crystal
74 stars
7 watching
4 forks
Language: Crystal
last commit: about 4 years ago
Linked from 1 awesome list
cronjobcrystalhacktoberfestscheduletasks
Related projects:
Repository | Description | Stars |
---|---|---|
spider-gazelle/tasker | A high precision scheduler for Crystal language | 56 |
fizista/micropython-scron | A simple time-based task scheduling program inspired by the well-known CRON program. | 9 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
deepaksinghvi/cdule | A Golang-based scheduler library with database support | 54 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 760 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,915 |
jbernardo95/cronex | A cron like system built in Elixir that allows you to schedule jobs and run them at specific times or intervals. | 48 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,702 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 157 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
binchengzhao/delay-timer | A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 315 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
thomasgalliker/ncrontab.scheduler | A thread-safe task scheduler for .NET applications | 14 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |