@liiight wrote:
0.4.6-beta:
- Changed execution/inject API to enable using multiple tasks (this'll break the previous implementation)
- Payload now must contains
tasks
attribute with an array of existing tasks.- Changed route structure (removed
task_name
from route. Now it's/inject/
and/tasks/execute/
- Removed
log
attribute.If log is needed use
loglevel
attribute which isnone
be default.- Added
/retry_failed/
API. See doc for details.