-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Miniflare 3] Update API docs with routes
, queue*
, https*
, and upstream
#618
Conversation
|
routes
, queue*
, https*
, and upstream
routes
, queue*
, https*
, and upstream
packages/miniflare/README.md
Outdated
- `maxRetries?: number` | ||
|
||
Maximum number of times to retry dispatching a message, if handling it throws, | ||
or it is explicitly retired. Defaults to `2`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the docs it also says that a retry can be triggered by retryAll()
being called.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured explicitly retried would cover Message#retry()
or MessageBatch#retryAll()
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I know why I was confused. You have a typo: retired -> retried!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad you retired that typo!
This PR adds some missing API docs for #520, #566, #612, and #568. 👍