From 3f722f5df9073a6cc541cbfa9cc546b144d44bc7 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 16 Sep 2025 18:06:39 +0200 Subject: station board: HTTP 429 is also an upstream error that we cannot do much about --- lib/Travelynx/Controller/Traveling.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Controller') diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 0ddc9fc..37e1496 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -1528,7 +1528,7 @@ sub station { )->wait; } elsif ( $err - =~ m{svcRes|connection close|Service Temporarily Unavailable|Forbidden|HTTP 500 Internal Server Error} + =~ m{svcRes|connection close|Service Temporarily Unavailable|Forbidden|HTTP 500 Internal Server Error|HTTP 429 Too Many Requests} ) { $self->render( -- cgit v1.2.3