Datasets:
File size: 621 Bytes
06f0c14 | 1 2 3 4 5 | {
"source_url": "https://salt.sunbird.ai/sunflower/sunflower/#__codelineno-3-1",
"chunk_id": "100_22",
"text": "if response . statuscode 503 Model loading - retry with longer delay if attempt maxretries delay basedelay ( 2 attempt ) random . uniform ( 0 , 1 ) print ( f Model loading, retrying in delay .1f seconds... ) time . sleep ( delay ) continue elif response . statuscode 429 Rate limited - retry with exponential backoff if attempt maxretries delay basedelay ( 2 attempt ) print ( f Rate limited, retrying in delay .1f seconds... ) time . sleep ( delay ) continue else print ( f R"
} |