-
I am experimenting with SSE and encountered a problem where Cloudflare returns a 524 (A timeout occurred) error after 100 seconds and for the server directly after 4 minutes (Azure load balancer default timeout). Is there any way to mitigate this? I read about SSE comments, but am not quite sure how to tackle this. References |
Beta Was this translation helpful? Give feedback.
Answered by
Marcdj-02
Sep 11, 2024
Replies: 1 comment 6 replies
-
That's how Cloudflare works, they will shutdown your workers after some time because they use Serverless. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kirankumal I've resolved it with adding a init and ping like this: