Skip to main content
RecommendedStrictAuto-fixableScope
warnerrorfalseAll files (any file containing api.enqueue() calls)
Related Gadget documentation: Gadget docs
What the linter reports:
maxConcurrency value exceeds Gadget’s limit of 100.

Examples

api/models/widget/actions/create.ts
// 101 exceeds Gadget's hard limit of 100
api.enqueue(api.publish, {}, { queue: { name: "q", maxConcurrency: 101 } });
Last modified on March 10, 2026