Existing documentation URL(s)
https://developers.cloudflare.com/workers/runtime-apis/handlers/scheduled/#properties
What changes are you suggesting?
The Scheduled Handler documentation describes the controller.cron and controller.type properties, but not the controller.noRetry() method that exists on the ScheduledController type. That method is used in the example on https://developers.cloudflare.com/workers/testing/miniflare/core/scheduled/ but without any proper explanation. The purpose and usage of this method should be documented.
Additional information
No response
Existing documentation URL(s)
https://developers.cloudflare.com/workers/runtime-apis/handlers/scheduled/#properties
What changes are you suggesting?
The Scheduled Handler documentation describes the
controller.cronandcontroller.typeproperties, but not thecontroller.noRetry()method that exists on theScheduledControllertype. That method is used in the example on https://developers.cloudflare.com/workers/testing/miniflare/core/scheduled/ but without any proper explanation. The purpose and usage of this method should be documented.Additional information
No response