As per the subject.
I scaffolded the add-in using the generator-addin, I did add the Zenith React system and have been able to get the add-in to work under the dev environment it provided, but when I add the configuration to a database, the requests just ramp up like my add-in is being refreshed or some state I'm depending on is being reset and triggering fetching all the data again.
When testing, it will back about 150ish requests, but live it will cascade to 2000+ and hit the rate limits. I had added some fallback to delay requests if it hit a specific number, but it doesn't appear to work live.
The app flow is to get all database devices and check if they have the Iridium feature. Get the last stop date, and search over the last debug record of the IMEI number and Poll dates.
I've made a similar add-in for submitting engine data for Custom Devices, but it didn't use React.
Happy to share what I can of the source code