diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-09-16 18:06:39 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-09-16 18:06:39 +0200 | 
| commit | 3f722f5df9073a6cc541cbfa9cc546b144d44bc7 (patch) | |
| tree | f486edc670e4a06080950337a0aa28b7fbe39ab0 /lib/Travelynx/Controller | |
| parent | 90df20de3f0fdf8eeb0a7371ee3debe189de2b92 (diff) | |
station board: HTTP 429 is also an upstream error that we cannot do much about
Diffstat (limited to 'lib/Travelynx/Controller')
| -rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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( | 
