Skip to content

Commit 6eedaeb

Browse files
committed
Direct quota exceeders to request quote
1 parent 2cb91a6 commit 6eedaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/server/quota/quota_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (qm *QuotaManager) Allow(ctx context.Context, namespace string, quantity in
366366
metrics.QuotaNamespace: namespace,
367367
metrics.QuotaKey: key,
368368
}).Inc()
369-
return status.ResourceExhaustedErrorf("quota exceeded for %q", namespace)
369+
return status.ResourceExhaustedErrorf("quota exceeded for %q - to increase quota, request a quote at https://buildbuddy.io/request-quote", namespace)
370370
}
371371
}
372372

0 commit comments

Comments
 (0)