Scale windows service - minimize API calls

Issue No: SC-2360
Created 11/22/2018 6:07:55 AM
Type Feature
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 18.3
Description One way we can minimize API call is if we don't call to the server if the weight reading is just the same as the previous one.   Basically, the windows service will just do an API call if the weight changes.   Because performance is such a big deal now, whatever we can do to minimize the server load can help.