How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
gocron is a task scheduling library for Go designed to automate recurring tasks using crontab expressions, fixed durations, and specific calendar dates. It functions as a concurrent job manager and execution monitor that tracks task lifecycles and performance. The project provides distributed task scheduling through leader election and distributed locking to prevent duplicate job execution across multiple nodes. It further distinguishes itself with a concurrency management system that implements singleton constraints and global execution quotas to protect system resources. The scheduler cove
Framework for performing work asynchronously, outside of the request flow
You had one job, or more then one, which can be done in steps
A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons.
The main features of rk/go-cron are: Job Scheduling, Job Schedulers.
Projects with overlapping indexed features include: kilgaloon/leprechaun — You had one job, or more then one, which can be done in steps. onatm/clockwerk — Job Scheduling Library. go-co-op/gocron — gocron is a task scheduling library for Go designed to automate recurring tasks using crontab expressions, fixed… carlescere/scheduler — Job scheduling made easy. bamzi/jobrunner — Framework for performing work asynchronously, outside of the request flow. reugn/go-quartz — Minimalist and zero-dependency scheduling library for Go.