mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Add on error restart job options
This commit is contained in:
parent
62ed212e3c
commit
7d298e05be
8 changed files with 180 additions and 55 deletions
|
@ -1,3 +1,6 @@
|
|||
Cron = "* * * * *"
|
||||
Command = 'command "param1 param1" param2'
|
||||
Description = "comment"
|
||||
NumberOfRestartAttemts = 3
|
||||
RestartSec = 5
|
||||
RestartRule = "on-error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue