Hello,
I have a long running HTTP task which fires a request through HaProxy to a backend pool. I have keepalived turned on for this request and a 3 hour timeout configured. I am seeing in HaProxys logs evidence of VCron giving up on the connection. Per HaProxy the disconnect code means:
CD The client unexpectedly aborted during data transfer. This can be
caused by a browser crash, by an intermediate equipment between the
client and haproxy which decided to actively break the connection,
by network routing issues between the client and haproxy, or by a
keep-alive session between the server and the client terminated first
by the client.
I am seeing this every 15 minutes. It seems the connection is getting severed just not sure where. I've dug around and didn't' see any settings in VCron which could be causing this. Any insight is greatly appreciated.