'message' => 'fwrite(): send of 123 bytes failed with errno=110 Connexion terminée par expiration du délai d\'attente', · Issue #58 · fluent/fluent-logger-php · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: