There is a need to implement crontab like interface for launching pipelines (scheduler modification is required). For example if we would like to launch pipeline every day at 8:30 since 10th June 08:30 AM we should use 30 08 10 06 *. Other suggestions are welcome
Take example from https://stackoverflow.com/questions/35574603/run-cron-job-everyday-at-specific-time
There is a need to implement crontab like interface for launching pipelines (scheduler modification is required). For example if we would like to launch pipeline every day at 8:30 since 10th June 08:30 AM we should use
30 08 10 06 *. Other suggestions are welcomeTake example from https://stackoverflow.com/questions/35574603/run-cron-job-everyday-at-specific-time