digdag
digdag copied to clipboard
[feature request] change params on Retry
I want override params on retry like start -p KEY=VALUE.
Our task has cache, and normally skip task at retry. But, sometimes cache broken and need force retry this task.
If change params at retry supported, I think invalidate cache by Task arguments and script. Now, I invalidate cache mannually.