amphitheatre-app / amphitheatre

Amphitheatre Server
https://amphitheatre.app
Apache License 2.0
49 stars 6 forks source link

amp-apiserver: Watch failed after playbook was deleted if still watching #186

Open wangeguo opened 4 months ago

wangeguo commented 4 months ago

2024-04-26T10:28:02.912317Z DEBUG Deleting Playbook: Some(PlaybookStatus { conditions: [Condition { last_transition_time: Time(2024-04-26T10:27:27Z), message: "", observedgeneration: None, reason: "AutoRun", status: "True", type: "Running" }] }) thread 'tokio-runtime-worker' panicked at apiserver/src/services/logger.rs:55:56: called Result::unwrap() on an Err value: WatchFailed(ReadEvents(Custom { kind: Other, error: Service(hyper::Error(Body, Kind(TimedOut))) })) note: run with RUST_BACKTRACE=1 environment variable to display a backtrace thread 'tokio-runtime-worker' panicked at apiserver/src/services/logger.rs:55:56: called Result::unwrap() on an Err value: WatchFailed(ReadEvents(Custom { kind: Other, error: Service(hyper::Error(Body, Kind(TimedOut))) })) thread 'tokio-runtime-worker' panicked at apiserver/src/services/logger.rs:55:56: called Result::unwrap() on an Err value: WatchFailed(ReadEvents(Custom { kind: Other, error: Service(hyper::Error(Body, Kind(TimedOut))) })) thread 'tokio-runtime-worker' panicked at apiserver/src/services/logger.rs:55:56: called Result::unwrap() on an Err value: WatchFailed(ReadEvents(Custom { kind: Other, error: Service(hyper::Error(Body, Kind(TimedOut))) }))

ShantelPeters commented 3 weeks ago

Please can I work on this ?