gjcarneiro / yacron

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

Specifying schedule outside YAML file #90

Closed eraffel-MDSol closed 9 months ago

eraffel-MDSol commented 9 months ago

Description

Is it possible to specify the schedule either from the command line, or via environment variable?

gjcarneiro commented 9 months ago

No, I'm afraid not. You would have to generate the YAML file, perhaps using envsubst or similar.