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
While using the Go SDK I noticed that the client still performs a REST call on every flush interval even when there are no events queued.
Because the body is an empty JSON object/array, the request has no functional effect but still:
• Generates unnecessary network traffic and latency
• Adds noise to access/error logs
• Counts toward any rate limits or request-based billing
The text was updated successfully, but these errors were encountered:
emranbm
pushed a commit
to emranbm/langfuse-go
that referenced
this issue
May 13, 2025
Hi Langfuse team,
While using the Go SDK I noticed that the client still performs a REST call on every flush interval even when there are no events queued.
Because the body is an empty JSON object/array, the request has no functional effect but still:
• Generates unnecessary network traffic and latency
• Adds noise to access/error logs
• Counts toward any rate limits or request-based billing
The text was updated successfully, but these errors were encountered: