We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c9de5 commit 0863ed6Copy full SHA for 0863ed6
src/subscriber.ts
@@ -787,7 +787,7 @@ export class Subscriber extends EventEmitter {
787
788
if (ackTimeSeconds > this._99th) {
789
logs.slowAck.info(
790
- 'message (ID %s, ackID %s) ack took longer than the 99th percentile of ack/nack time (%s s)',
+ 'message (ID %s, ackID %s) ack took longer than the 99th percentile of message processing time (%s s)',
791
message.id,
792
message.ackId,
793
ackTimeSeconds,
0 commit comments