forked from vieter-v/vieter
feature(daemon): added api renewal & calculated sleep time
This commit is contained in:
parent
11ac3c0470
commit
a1c308f29d
3 changed files with 49 additions and 17 deletions
|
|
@ -11,8 +11,9 @@ pub:
|
|||
address string
|
||||
base_image string = 'archlinux:base-devel'
|
||||
max_concurrent_builds int = 1
|
||||
api_update_frequency int = 60
|
||||
global_schedule string
|
||||
api_update_frequency int = 15
|
||||
// Replicates the behavior of the original cron system
|
||||
global_schedule string = '0 3'
|
||||
}
|
||||
|
||||
// cmd returns the cli module that handles the cron daemon.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue