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
fix: do not close log processing channel if logs api is disabled (#512)
the extension relies on 3 mechanisms to exit event processing:
- agent flush signal
- log processing done
- event deadline timeout
When the logs api/processing is disabled the log processing is always done and
event processing will exit immediately.
To fix this ignore log processing signal and only rely on agent flush or
event deadline if log processing is disabled.
0 commit comments