Queue
Overview
The Queue is an array stored in the Cache. When a user scans a tag, it pushes their device data to the Queue. This is to avoid saving the data in real-time, individually, for each tag scan. Every minute the Scheduler loads the Queue and saves each scan in it.
Last updated