Skip to content
Snippets Groups Projects
Verified Commit 7af303c2 authored by Marco Aceti's avatar Marco Aceti
Browse files

Add HTTP 403 to retry force list

parent c74611c4
No related branches found
No related tags found
No related merge requests found
Pipeline #2644 passed
......@@ -41,7 +41,7 @@ class ViaggiaTrenoAPI:
total=10,
read=5,
status=10,
status_forcelist=[500, 502, 503, 504],
status_forcelist=[403, 500, 502, 503, 504],
backoff_factor=0.2,
)
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment