Project

General

Profile

Bug #20115

Updated by Alexis Mousset over 2 years ago

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: 

 <pre> 
 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 
 </pre> 

 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

Back