fluent / fluent/fluent-logger-php
'message' => 'fwrite(): send of 123 bytes failed with errno=110 Connexion terminée par expiration du délai d\'attente',
- Dominant language
- PHP
- Stars
- 218
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.