Skip to content

Commit 5fd0383

Browse files
Handle idle timeout
1 parent 6f8e996 commit 5fd0383

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/application-gateway/for-containers/server-sent-events.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
77
ms.topic: concept-article
8-
ms.date: 5/9/2024
8+
ms.date: 5/8/2025
99
ms.author: greglin
1010
---
1111

@@ -59,6 +59,9 @@ spec:
5959
      routeTimeout: 0s
6060
```
6161
62+
>[!NOTE]
63+
>The idle timeout for Application Gateway for Containers is currently set to 5 minutes. If your application does not send or receive data within this period, consider sending a keep-alive request to prevent the connection from closing. You can implement this by prefixing a message with a colon `:` to act as a comment. For example, you may send the following message as a keep alive: `: keep-alive\n\n`
64+
6265
# [Ingress API](#tab/session-affinity-ingress-api)
6366

6467
Server-sent events aren't supported using Ingress API.

0 commit comments

Comments
 (0)