Skip to content

Commit

Permalink
fix(promotion_monitor): match against full error
Browse files Browse the repository at this point in the history
  • Loading branch information
blombern committed Dec 25, 2023
1 parent a9c3712 commit 34be023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/promotion_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn format_builder_list(builders: &Vec<(String, String)>) -> String {
}

pub const ELIGIBLE_ERRORS: &[&str] = &[
"HTTP status server error (500 Internal Server Error) for url",
"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 34be023

Please sign in to comment.