Report external metadata to CCR via PUT /worker.
(metadata: Record<string, unknown>)
| 659 | |
| 660 | /** Report external metadata to CCR via PUT /worker. */ |
| 661 | reportMetadata(metadata: Record<string, unknown>): void { |
| 662 | this.workerState.enqueue({ external_metadata: metadata }) |
| 663 | } |
| 664 | |
| 665 | /** |
| 666 | * Handle epoch mismatch (409 Conflict). A newer CC instance has replaced |
no test coverage detected