Cerise is a task runner based on time.Ticker. extensible and flexible.
563
docker run --name cerise -v /home/data/cerise:/root/config narrowizard/cerise:latest
tasks:
# task name
task1:
# task type, specify to task runner
type: "test-runner"
# tick interval
interval: 1000
# if stop ticker when runner cause error
stopOnError: true
# props for spec task runner
props:
key: "hahhaha"
Content type
Image
Digest
Size
10.9 MB
Last updated
almost 7 years ago
docker pull narrowizard/cerise