You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in need of feature to cancel tasks forsefully from pond queue, and there are ways to do it outside of pond but this is the prefered one. I'll gladly implement it myself, so the question is are you willing to integrate it in your project or i should implement it via fork?
The text was updated successfully, but these errors were encountered:
tynrol
changed the title
Fail tasks before while they are waiting
Fail tasks before while they are queued
Oct 22, 2024
As you point out, the best way to cancel a particular task at the moment is to pass a custom cancellable context to it directly in the function body, and cancel it from the outside, e.g.:
I'd like to know more about your proposal, please share a code example here to discuss.
The preferred way to send contributions is via a fork of this repo.
Hello @alitto
I'm in need of feature to cancel tasks forsefully from pond queue, and there are ways to do it outside of pond but this is the prefered one. I'll gladly implement it myself, so the question is are you willing to integrate it in your project or i should implement it via fork?
The text was updated successfully, but these errors were encountered: