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, guys!
Thank you for this library 🙏
We use it to handle log requests and responses in our REST service.
It works fine with a small load 👍
But when we have a heavy load it has big latency spikes (every 5 sec) for our REST service.
I suppose it happens because flush method works in main process.
Could you please give advice about how we could eliminate such performance degradation spikes?
Maybe we should move log invocation to a separate process or something like that?
The text was updated successfully, but these errors were encountered:
Hi, guys!
Thank you for this library 🙏
We use it to handle log requests and responses in our REST service.
It works fine with a small load 👍
But when we have a heavy load it has big latency spikes (every 5 sec) for our REST service.
I suppose it happens because flush method works in main process.
Could you please give advice about how we could eliminate such performance degradation spikes?
Maybe we should move log invocation to a separate process or something like that?
The text was updated successfully, but these errors were encountered: