Skip to content

feat(scheduled tasks): [AOU-555] allow to configure scheduled tasks in config

Nicolas.Rod requested to merge rodn-555-init-task-scheduling-from-config into master

https://issues.unige.ch/browse/AOU-555

Can be tested with:

aou.scheduled-tasks[0].id=NOTIFY_DEPOSITS_TO_VALIDATE
aou.scheduled-tasks[0].type=NOTIFY_DEPOSITS_TO_VALIDATE
aou.scheduled-tasks[0].name=New deposits to validate
aou.scheduled-tasks[0].cron-expression=* 03 * * * *
aou.scheduled-tasks[0].enabled=true

Merge request reports