fluent-logger-php icon indicating copy to clipboard operation
fluent-logger-php copied to clipboard

'message' => 'fwrite(): send of 123 bytes failed with errno=110 Connexion terminée par expiration du délai d\'attente',

Open genseb13011 opened this issue 6 years ago • 0 comments

Hi,

I'm encountering following error message several times:

unhandled error detected. please report this issue to http://github.com/fluent/fluent-logger-php/issues: array ( 'type' => 8, 'message' => 'fwrite(): send of 123 bytes failed with errno=110 Connexion terminée par expiration du délai d'attente', 'file' => '/home/production/fr/libPartage/FluentLogger/FluentLogger.php', 'line' => 432, )

Connexion terminée par expiration du délai d'attente means "connection terminated by timeout expiration"

Is there a way to deal with this kind of error? Setting connection retries?

Thanks

genseb13011 avatar Mar 28 '19 10:03 genseb13011