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
Hello! I'm using pino-socket to transport data to Logstash and everything works great except it seems to disconnect after about 15 minutes of no use. Enabling reconnect fixed the issue of needing to reconnect after the 15 minutes, but it seems that the first message that triggers the reconnect never gets retried and never makes it to logstash. Any thoughts on how I can fix this?
I could give it a shot. Any suggestions on where I might start?On Feb 28, 2023, at 6:16 PM, James Sumners ***@***.***> wrote:
Any thoughts on how I can fix this?
Sounds like a bug. Would you like to send a Pull Request to address this issue? Remember to add unit tests.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
Hello! I'm using
pino-socket
to transport data to Logstash and everything works great except it seems to disconnect after about 15 minutes of no use. Enablingreconnect
fixed the issue of needing to reconnect after the 15 minutes, but it seems that the first message that triggers the reconnect never gets retried and never makes it to logstash. Any thoughts on how I can fix this?Pino Transport Config
Logs
NOTE: The line after
open
never makes it to Logstash but the next message (starting at Feb 28 03:17:34 PM) does.The text was updated successfully, but these errors were encountered: