As a thought... based upon your use of "additional work after returning", what are you "returning" f

As a thought... based upon your use of "additional work after returning", what are you "returning" from? The reason I ask, that there is
@lumenize/proxy-fetch
which offloads Requests to a Worker or a dedicated DO and then when the fetch is done, it calls back to the original DO and executes a handler that you provided when you made the original
proxyFetch()
call.
Cost-effective external API calls from Durable Objects using Cloudflare Queues
Was this page helpful?