Worker waitUntil question
I have a worker that I want to call an external api on, but I want to return a response without awaiting the the external api call. (the external api call is to just save time writing to the db on another service).
1 Reply
yea trying to figure out if there's another way to do this