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

Fix the Request Node to check connections to external services upon initialization #1407

Open
MantisClone opened this issue Jun 7, 2024 · 0 comments

Comments

@MantisClone
Copy link
Member

MantisClone commented Jun 7, 2024

Problem

The Request Node doesn't check its connections to external services upon initialization. This means that the Request Node can start running even if one of the services it depends on is unreachable.

Solution

The Request Node should log an error when it cannot reach an external service upon initialization.

Considerations

The Request Node should still finish initializing because the unreachable service might become reachable at a later point in time.

Context

We had an incident where the IPFS connection wasn't working.

@MantisClone MantisClone moved this from 🆕 New to ✨ Backlog: Enhancements in Request Network Tech Backlog Jun 28, 2024
@MantisClone MantisClone moved this from ✨ Backlog: Enhancements to 🎫 Backlog in Request Network Tech Backlog Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎫 Backlog
Development

No branches or pull requests

1 participant