module
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jan 18, 2024
License: MIT
Opens a new window with license information.
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
¶
cmd
|
|
|
|
|
|
|
|
internal
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.