23/04/2024: Integrations (DMN) fix regular crashes

🐛 Bug Fix

  1. Historic and the daily run would crash because API calls were fetching all paginated data before attempting to process all results. Accounts with large sets would cause the integration to fail. Paginated results are now synchronously processed before requesting the next page(s)

  2. Daily run could also fail when API calls reject due to a bug in the error handling. This is now resolved and failed calls raise alerts as expected

  3. A minor bug was introduced where pagination would not run past the first page. This is also resolved with all results being processed as expected

👨‍💻Tom Fisher

Last updated