-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[worker] Document response stream disconnected error #18567
base: production
Are you sure you want to change the base?
[worker] Document response stream disconnected error #18567
Conversation
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.
2 files reviewed, 1 total issue(s) found.
This change documents the `responseStreamDisconnected` error `outcome` seen in CloudFlare worker logs and error metrics. Previously, this outcome doesn't appear to be documented, but presents as an error in metrics and presents as a non-error entry in the CloudFlare Worker Logs. This change aims to reduce confusion going forward. Changes introducing `responseStreamDisconnected`: cloudflare/workerd#2503
c63fc4e
to
ad090c0
Compare
Looks reasonable to me, FWIW. |
@jackatbancast @jclee |
@ToriLindsay thank you for the feedback and the suggestions. I'd initially considered adding this to the table mentioned, but I don't believe it quite fits there as we don't get an error message in the logs, instead getting an This being said, I'm not sure if this page is the best place for this content at all given that it is not an error log, but I thought it would be best to make it slightly more discoverable. I'm happy to defer to guidance on where this would be best placed. |
@jackatbancast Thanks for the context! |
Summary
This change documents the
responseStreamDisconnected
eventoutcome
seen in CloudFlare worker logs and error metrics.Previously, this outcome doesn't appear to be documented, but presents as an error in metrics and presents as a non-error entry in the CloudFlare Worker Logs. This change aims to reduce confusion going forward.
Changes introducing
responseStreamDisconnected
: cloudflare/workerd#2503Documentation checklist