mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
overseer: observe stalled subsystems and shut down (#2148)
* overseer: observe stalled subsystems and shut down * notify on send_message failure as well
This commit is contained in:
committed by
GitHub
parent
3e7b3ff4b5
commit
e95be77eb6
@@ -144,6 +144,9 @@ pub enum SubsystemError {
|
||||
#[error("Failed to {0}")]
|
||||
Context(String),
|
||||
|
||||
#[error("Subsystem stalled: {0}")]
|
||||
SubsystemStalled(&'static str),
|
||||
|
||||
/// Per origin (or subsystem) annotations to wrap an error.
|
||||
#[error("Error originated in {origin}")]
|
||||
FromOrigin {
|
||||
|
||||
Reference in New Issue
Block a user