PROBLEM: I have 1000 devices that every 5 minutes are required to send a json post request to a command server. The command server has a queue of requests, and uses workers to parses the json file and queries the database with the information. I have a bottleneck that exists on the database level that makes this challenging.PROBLEM: I have 1000 devices that every 5 minut