Skip to content

Commit

Permalink
Fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 22, 2023
1 parent f49e34e commit 542839d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 542839d

Please sign in to comment.