Skip to content

Commit 757d358

Browse files
goffrieConvex, Inc.
authored andcommitted
Fix SubscriptionsWorkerFullError message (#37747)
GitOrigin-RevId: 680a5e7983382b02daee292826ccfd439263ca0c
1 parent da0dc1e commit 757d358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/database/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ pub fn subscriptions_worker_full_error() -> ErrorMetadata {
321321
log_counter(&SUBSCRIPTIONS_WORKER_FULL_TOTAL, 1);
322322
ErrorMetadata::overloaded(
323323
"SubscriptionsWorkerFullError",
324-
"Too many concurrent commits, backoff and try again",
324+
"Too many concurrent subscription messages, backoff and try again",
325325
)
326326
}
327327

0 commit comments

Comments
 (0)