scholarsmate opened a new issue, #1586: URL: https://github.com/apache/daffodil-vscode/issues/1586
# Enhancement Request: Implement fetch retry logic ## Summary We see many transient failures in CI due to the inability to fetch packages or JAR files. Adding retry logic could help to reduce those failures. ## Proposed Solution / Description Add retry logic exponential backoff (e.g., up to 5 retries, pausing 4, 8, 16, 32, 64 seconds in-between tries before failing). ### Additional Notes - Review CI failures to see where the logic will be best deployed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
