Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ flush
Method
flush
packages/core/src/v3/otel/tracingSDK.ts:199–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
public
async
flush() {
200
await
this._traceProvider.forceFlush();
201
await
this._logProvider.forceFlush();
202
}
203
204
public
async
shutdown() {
205
await
this._traceProvider.shutdown();
Callers
2
worker-facade.ts
File · 0.80
worker-facade.ts
File · 0.80
Calls
1
forceFlush
Method · 0.45
Tested by
no test coverage detected