cloudflare / cloudflare/cloudflare-docs
ScheduledController.noRetry() is not documented
Open
content:edit
documentation
product:workers
stale
- Dominant language
- MDX
- Stars
- 5.2k
- Forks
- 16.7k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 337
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.