diff --git a/plugin-server/src/main/ingestion-queues/session-recording/services/partition-locker.ts b/plugin-server/src/main/ingestion-queues/session-recording/services/partition-locker.ts index 62f3200c22cfb..b97bcc1e90c67 100644 --- a/plugin-server/src/main/ingestion-queues/session-recording/services/partition-locker.ts +++ b/plugin-server/src/main/ingestion-queues/session-recording/services/partition-locker.ts @@ -83,7 +83,7 @@ export class PartitionLocker { `PartitionLocker failed to claim keys. Waiting ${this.delay} before retrying...`, { id: this.consumerID, - blockingConsumers, + blockingConsumers: [...blockingConsumers], } ) await new Promise((r) => setTimeout(r, this.delay))