- Issue created by @anthelixes
- @aavand opened merge request.
Automatically closed - issue fixed for 2 weeks with no activity.
The runCron()
method in our module is designed to import work expressions from multiple Indigo providers. However, suppose the external Indigo API client is unavailable (e.g., the API endpoint is down, invalid credentials, network issues). In that case, the current implementation throws an exception and catches it — but continues to fail repeatedly, preventing further progress in the cron job. This prevents the processing of the rest of the providers and URIs.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.