What HTTP 524 means
Cloudflare 524: TCP handshake completed but no HTTP response within ~100 seconds. Long-running requests need to be moved to background workers, broken into chunks, or use streaming responses.
Typical causes
- Long-running request (>100s)
- Database query takes too long
- Slow third-party API call