Skip to content

Commit

Permalink
feat(demotion-monitor): un-silence prio-lb timeout errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blombern committed May 13, 2024
1 parent 46d2e12 commit e0bbb01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phoenix/demotion_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pub async fn get_builder_demotions(

/// Demotion errors that shouldn't be broadcast on telegram
const IGNORED_ERRORS: &[&str] = &[
"HTTP status server error (500 Internal Server Error) for url (http://prio-load-balancer/)",
"Post \"http://prio-load-balancer:80\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)",
"json error: request timeout hit before processing",
"simulation failed: unknown ancestor",
Expand Down

0 comments on commit e0bbb01

Please sign in to comment.