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 7f88f99 commit eec0257Copy full SHA for eec0257
src/services/report/ops-metrics.ts
@@ -524,7 +524,6 @@ async function getAllRoutes(ctx: any) {
524
async function getAllConsumers(ctx: any) {
525
const batch = new BatchService(ctx);
526
527
- // Limiting to 1000 is not great! We should really recurse until we get to the end!
528
const allConsumers = await batch.listAllPages('allServiceAccesses', [
529
'namespace',
530
'active',
0 commit comments