| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | false | All files (any file containing api.enqueue() calls) |
maxConcurrency value exceeds Gadget’s limit of 100.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Disallow maxConcurrency values exceeding Gadget’s hard limit of 100 in api.enqueue queue options.
| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | false | All files (any file containing api.enqueue() calls) |
maxConcurrency value exceeds Gadget’s limit of 100.