Skip to content

Conversation

@ngayerie
Copy link
Contributor

@ngayerie ngayerie commented Jan 7, 2026

  • Add Workers-specific causes to Error 500 documentation
  • Add troubleshooting steps for Error 500
  • Enhance Error 1101 with debugging guidance and common exception types
  • Add optimization strategies to Error 1102
  • Add cross-links between related errors (500, 1101, 1102)
    SPM-3038

- Add Workers-specific causes to Error 500 documentation
- Add troubleshooting steps for Error 500
- Enhance Error 1101 with debugging guidance and common exception types
- Add optimization strategies to Error 1102
- Add cross-links between related errors (500, 1101, 1102)
- Type errors
- Promise rejections
- Network request failures
3. Test the Worker in the Workers playground with sample requests to reproduce the error.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3. Test the Worker in the Workers playground with sample requests to reproduce the error.
3. Test the [Worker locally](/workers/development-testing/#local-development) with sample requests to reproduce the error.

Comment on lines +35 to +36
- A Worker exceeds CPU time limits (see [Error 1102](/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1102/))
- Worker code encounters memory limit issues
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tbese return a 503 not a 500. We also use the same 1102 code for exceeded memoyr, we can link to that page too there

### Resolution

Contact the developer of your Workers code to optimize code for a reduction in CPU usage in the active Workers scripts.
Contact the developer of your Workers code to optimize code for a reduction in CPU usage in the active Workers scripts. Common optimization strategies include:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should update this page to account for memory exceeded as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants