package
0.2.0
Repository: https://github.com/zjeremiah/task-tools.git
Documentation: pkg.go.dev

# README

cron taskmaster

cron taskmaster is a basic, general-purpose taskmaster for launching tasks in the same way one would with the cron linux service. Scheduling notation uses the same format as cron:

          • (minute hour mday month wday)

But, unlike cron the config for the cron taskmaster is in toml format. See the sample.toml file for a sample config.

# Structs

No description provided by the author