You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Bianca Steffes 68a111cd69 Retry fixed so it doesn't exhaust the daily limit: it now considers the 15 Minute limit AND the daily limit 3 years ago
..
Main.java Retry fixed so it doesn't exhaust the daily limit: it now considers the 15 Minute limit AND the daily limit 3 years ago
MainTest.java Retry fixed so it doesn't exhaust the daily limit: it now considers the 15 Minute limit AND the daily limit 3 years ago
ResponseCodeWrongException.java Code now retries to send a request when there was a wrong response code (mostly 429, which is request limit reached). If there was another error, there will only be one retry 3 years ago
Triplet.java Code now retries to send a request when there was a wrong response code (mostly 429, which is request limit reached). If there was another error, there will only be one retry 3 years ago
Tuple.java Code now retries to send a request when there was a wrong response code (mostly 429, which is request limit reached). If there was another error, there will only be one retry 3 years ago