I need to return a response from the worker asap and also run a write query to D1. Is it possible to
I need to return a response from the worker asap and also run a write query to D1. Is it possible to not wait for the API call or maybe do it after the "return new Response()"? Using Queues is an option but not a desirable one.
