gjcarneiro / yacron

A modern Cron replacement that is Docker-friendly
MIT License
449 stars 38 forks source link

Reload config without restart #49

Closed akiryliuk closed 3 years ago

akiryliuk commented 3 years ago

Description

Can yacron reload configuration without restarting? I want to deploy a new configuration and do not wait for yacron to stop and start again.. Because some script can run for several hours

gjcarneiro commented 3 years ago

Yes, it reloads config once per minute, right before checking which cron jobs need to start in the minute.

Only if there is a syntax error in the configuration does it ignore it.