Skip to content

Commit

Permalink
update retry after
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Jul 26, 2024
1 parent e0b4331 commit 8534843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,8 @@ response and MAY optionally set
header to indicate when SHOULD the Client attempt to reconnect. The Client SHOULD
honour the corresponding requirements of HTTP specification.

Note: a Retry-After header SHOULD be used only for the client's attempts to reconnect to the server. A client should still send regular [heartbeat](#opampconnectionsettingsheartbeat_interval_seconds) messages if it is configured to do so.
Note: a Retry-After header SHOULD be used only for the client's attempts to reconnect to the server.
A client should not attempt to send regular [heartbeat](#opampconnectionsettingsheartbeat_interval_seconds) messages while the Agent is reconnecting.

The minimum recommended retry interval is 30 seconds.

Expand Down

0 comments on commit 8534843

Please sign in to comment.