| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| error | error | true | Gadget action files |
timeoutMS value exceeds Gadget’s max of 900000ms.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Enforce that timeoutMS in Gadget action options does not exceed 900000ms (15 minutes).
| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| error | error | true | Gadget action files |
timeoutMS value exceeds Gadget’s max of 900000ms.