DO invokes Worker via Service Binding, Service Binding returns after initiating work with `ctx.waitU

DO invokes Worker via Service Binding, Service Binding returns after initiating work with
ctx.waitUntil()
, allowing Durable Object to be evicted. Worker continues processing, and then once complete, uses the calling DOs ID to create a stub to it, and returns the response.
Was this page helpful?