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 not sure if croner is the right tool for what I'm trying to do. Basically I want to build an endpoint that receives an GET or POST request with a date/time, and I'd like to schedule some predefined function to run on that date/time. But I'd also like to be able to cancel (and possibly reschedule) the run if another request arrives at the endpoint with a different date.
Is something like this possible to do and how would I go about it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm not sure if croner is the right tool for what I'm trying to do. Basically I want to build an endpoint that receives an GET or POST request with a date/time, and I'd like to schedule some predefined function to run on that date/time. But I'd also like to be able to cancel (and possibly reschedule) the run if another request arrives at the endpoint with a different date.
Is something like this possible to do and how would I go about it?
Beta Was this translation helpful? Give feedback.
All reactions