We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The RMB relay does not have a complete graceful shutdown implementation. Here are the key observations:
src/relay/mod.rs
src/relay/federation/mod.rs
src/events/mod.rs
I recommend implementing proper graceful shutdown handling to ensure reliable operation, maintain data integrity, and prevent resource leaks.
To implement proper graceful shutdown, the relay should:
The text was updated successfully, but these errors were encountered:
investigate how to do graceful shutdown in rust
Sorry, something went wrong.
implemented graceful shutdown on files specified on the issue and opened a draft pr
reviewed graceful shutdown pr was in meet with ashraf about tracing a problem in rmb
Start exploring Tokyo tutorial
Nabil-Salah
No branches or pull requests
The RMB relay does not have a complete graceful shutdown implementation. Here are the key observations:
src/relay/mod.rs
runs in an infinite loop without any shutdown handling.src/relay/federation/mod.rs
without shutdown handling.src/events/mod.rs
also lacks shutdown handling.I recommend implementing proper graceful shutdown handling to ensure reliable operation, maintain data integrity, and prevent resource leaks.
To implement proper graceful shutdown, the relay should:
The text was updated successfully, but these errors were encountered: