I launched a task using the delayed package
The only problem is that the task is failing (ooops!) and is keeping trying it again and again. I am aware of the RetryCount field but I would like to force kill the task myself.
Does anyone knows a way to do it ?