this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't retry 500; 502

alice 1fdb0820 70fc8087

+1 -1
+1 -1
app.py
··· 82 82 logging.error("Received empty CAR file.") 83 83 raise NonRetryableError("Received empty CAR file.") 84 84 return car_bytes 85 - elif response.status in {429, 500, 502, 503, 504}: 85 + elif response.status in {429, 503, 504}: 86 86 logging.warning( 87 87 f"Received HTTP {response.status} for DID {did}. Retrying..." 88 88 )