Trying to run some CLI on schedule like
create-job-once-a-day:
hours: <DYNAMIC VALUE>
minutes: <DYNAMIC VALUE>
thread: true
function: >
logging.critical('HELLO')
Is It possible to take the DYNAMIC VALUES from dynamic sources like a file?