TMSS-1515: Using the django ORM poses too many deployment/infrastructure/firewall problems. Implemented another solution against spamming the rest api, by using a single thread-safe http client, thus limiting the number of parallel calls to 1.
Closes TMSS-1515