Skip to content
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

supabase's error is not retried #2287

Closed
Xuanwo opened this issue May 22, 2023 · 4 comments · Fixed by #2295
Closed

supabase's error is not retried #2287

Xuanwo opened this issue May 22, 2023 · 4 comments · Fixed by #2295

Comments

@Xuanwo
Copy link
Member

Xuanwo commented May 22, 2023

Context:
    response: Parts { status: 504, version: HTTP/2.0, headers: {"date": "Mon, 22 May 2023 15:16:08 GMT", "content-type": "text/html", "content-length": "132", "cf-ray": "7cb6034b794e0a0f-IAD", "access-control-allow-origin": "*", "strict-transport-security": "max-age=2592000; includeSubDomains", "cf-cache-status": "DYNAMIC", "sb-gateway-mode": "direct", "sb-gateway-version": "1", "server": "cloudflare", "alt-svc": "h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"} }
    service: supabase
    path: a111a626-dbab-48ad-bc51-964195e47c36/

    at core/src/layers/logging.rs:244

thread 'services_supabase::write_test_read_with_dir_path' panicked at 'write must succeed: Unexpected (persistent) at create_dir => <html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>

This error should be retryable but it's not. We should check the error implementations.

Originally posted by @Xuanwo in #2279 (comment)

@Xuanwo
Copy link
Member Author

Xuanwo commented May 22, 2023

cc @Ji-Xinyou, would like to take a look?

@suyanhanx
Copy link
Member

This error should be retryable but it's now.

What does this mean?

@Xuanwo
Copy link
Member Author

Xuanwo commented May 22, 2023

This error should be retryable but it's now.

What does this mean?

Sorry, it's a typo. now -> not.

@xyjixyjixyji
Copy link
Contributor

xyjixyjixyji commented May 22, 2023

cc @Ji-Xinyou, would like to take a look?

Sure

Just for bookeeping, the log is in here.

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

Successfully merging a pull request may close this issue.

3 participants