gocrontab

module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: MIT

README

gocrontab

Timed task management similar to Linux crond

Install

go install github.com/mengdu/gocrontab/cmd/gocrond@xxx
go install github.com/mengdu/gocrontab/cmd/gocron@xxx

Usage

1、Config crontab

demo.crontab

# say hello
* * * * * echo "Hello World!"
# print date
*/2 * * * * echo "Hi! at:$(date +%FT%T%z)"

2、Start gocrond

gocrond -c demo.crontab

3、Usage cli

gocron ls # show list of jobs
gocron exec <id> # manually executing jobs

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL