Is your feature request related to a problem? Please describe.
The tool doesn't implement rate limiting or retry logic, which can lead to failed extractions due to network issues or API limits, requiring manual intervention.
Describe the solution you'd like
Add built-in rate limiting to be respectful to the Lorcast API, implement exponential backoff retry logic for failed requests, and provide configurable timeout and retry settings.
Describe alternatives you've considered
Manual re-running of failed extractions or writing wrapper scripts to handle retries.
Additional context
Essential for reliable automated extractions and being a good API citizen. Prevents failed extractions due to temporary network issues.
Is your feature request related to a problem? Please describe.
The tool doesn't implement rate limiting or retry logic, which can lead to failed extractions due to network issues or API limits, requiring manual intervention.
Describe the solution you'd like
Add built-in rate limiting to be respectful to the Lorcast API, implement exponential backoff retry logic for failed requests, and provide configurable timeout and retry settings.
Describe alternatives you've considered
Manual re-running of failed extractions or writing wrapper scripts to handle retries.
Additional context
Essential for reliable automated extractions and being a good API citizen. Prevents failed extractions due to temporary network issues.