Improved 429 retries

This commit is contained in:
jim
2024-11-01 08:01:15 -05:00
parent 225934d3b9
commit 5cddf2a427
4 changed files with 156 additions and 64 deletions
+2
View File
@@ -77,5 +77,7 @@ namespace URLNotesGrabberCORE
public Response response { get; set; }
public string statusCode { get; set; }
public int retryInSeconds { get; set; }
}
}