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

ERROR relay_server::services::health_check: Health check probe 'auth' failed, #3774

Closed
xuweixi10 opened this issue Jun 29, 2024 · 3 comments
Closed
Assignees

Comments

@xuweixi10
Copy link

when i start relay, i get this error
here is my config
relay: upstream: "https://sentry.xxx.com/" host: 0.0.0.0 port: 3000 logging: level: DEBUG processing: enabled: true kafka_config: - {name: "bootstrap.servers", value: "kafka:9092"} - {name: "message.max.bytes", value: 50000000} # 50MB redis: redis://xxx

@xuweixi10
Copy link
Author

when i send event i also get error
ERROR relay_server::services::project_upstream: error fetching project state fa53341d006347a5f58eef5b0096e3a7: deadline exceeded errors=0 pending=236 tags.did_error=false tags.was_pending=true tags.project_key="fa53341d006347a5f58eef5b0096e3a7"

@Dav1dde
Copy link
Member

Dav1dde commented Jul 1, 2024

Make sure your upstream is reachable, looking you have processing enabled in which case you wouldn't want to go through a public route. You can follow the self hosted config and docker compose.

Going through a public route will mean the Relay is not authenticated, if you absolutely must go through a public route you need to register the Relay in the org settings.

@Dav1dde
Copy link
Member

Dav1dde commented Jul 5, 2024

I assume this answers your question feel free to re-open or reach out on discord if you have more issues.

@Dav1dde Dav1dde closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants