Skip to main content
RecommendedStrictAuto-fixableScope
errorerrortrueGadget action files
Related Gadget documentation: Gadget docs
What the linter reports:
timeoutMS value exceeds Gadget’s max of 900000ms.

Examples

api/models/widget/actions/create.ts
export const options: ActionOptions = {
  // 950000ms exceeds the max of 900000ms (15 minutes)
  timeoutMS: 950000,
};
Last modified on March 10, 2026