- use mara cli instead of flask mara commands
- fix old CLI command names
- add entry point
mara.commands
(for mara-cli support) - add
mara-cron
click group. Commands outside of the click group will be dropped in 1.0.0 release
- add cli command
mara_cron.schedule-job
(#3)
- allow to run disabled jobs manually via UI
- fix config.default_job_max_retries did not work
- fix add missing
max_retries
option to job classMaraJob
,RunPipelineJob
- add
max_retries
option (#1) - add option to manually execte a singe task once (with the assumtion that you will clean up the crontab file once a year (!))
- improve UI display of cron jobs
- refactoring of several functions and parameters
- initial version