stop from running again
I have a data processing function that kicks a bunch of other function off with runafter
is there a way to see if these functions are still running programatically I'd like to stop the batch from being kicked off again if these functions are still running in the background
1 Reply
Right here: https://docs.convex.dev/scheduling/scheduled-functions#retrieving-scheduled-function-status
Scheduled Functions | Convex Developer Hub
Convex allows you to schedule functions to run in the future. This allows you to