Actions
Bug #20115
closedMake HTTP keep alive configurable in relayd
Status:
Released
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
To allow avoiding situations where the client keep alive is longer than the server, and some requests fail because the server closes the connection during the client request, which fails with:
oct. 12 21:31:14 relay rudder-relayd[23795]: ERROR relayd::processing::inventory: output error: HTTP error: https://server/inventory-updates/1634074274.912600401.sign: connection closed before message completed
We can also configure a lower default. 2s is below previous (15s) and current (5s) default value in apache httpd.
details: https://www.notion.so/rudderio/101100-Inventories-en-chec-a50cf97d473547429c1c835afc4a04d6
Actions