Increased worker task shutdown at unexpected times
Workers
Hello, I'm using complexed cloud architecture combined with Cloudflare R2. I'm sure my code will always generate result, but somehow, Worker killed when at start.
Screenshot contains unexpected worker shutdown with working code. Most of all, worker code run perfectly, but shutdown with Cloudflare error (Worker hang).
And sometime, worker fail with Cloudflare issue with 15s wall time. I'm sure cause from cloudflare incident - my service depends on cloudflare stack (Hyperdrive + R2 + DNS + D1 + Worker)
How can I solve it? Is there a valid retry logic in Worker? Here's message worker observability got:
The Workers runtime canceled this request because it detected that your Worker's code had hung and would never generate a response. Refer to: https://developers.cloudflare.com/workers/observability/errors/
The Workers runtime canceled this request because it detected that your Worker's code had hung and would never generate a response. Refer to: https://developers.cloudflare.com/workers/observability/errors/