How can I cancel /debounce/ retry scheduled functions?
I see you can schedule functions, but how would I cancel them, etc?
1 Reply
I wrote a post on some patterns around background job mgmt. If you're curious about more patterns, holler!
https://stack.convex.dev/background-job-management
Background Job Management
Implement asynchronous job patterns using a table to track progress. Fire-and-forget, cancelation, timeouts, and more.