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.
Framework for performing work asynchronously, outside of the request flow
Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
go-job is a flexible and extensible job scheduling and execution library for Go. It enables you to register, schedule, and manage jobs with arbitrary function signatures, supporting custom executors, priorities, and advanced scheduling options such as cron expressions and delayed execution.
The main features of cybergarage/go-job are: Job Schedulers.
Projects with overlapping indexed features include: bamzi/jobrunner — Framework for performing work asynchronously, outside of the request flow. bart6114/cheek — cheek: a pico-sized declarative job scheduler. carlescere/scheduler — Job scheduling made easy. deepaksinghvi/cdule — cdule (pronounce as Schedule) Golang based scheduler library with database support. fieldryand/goflow — Simple but powerful DAG scheduler and dashboard. adhocore/gronx — Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner,…