phHartl / eu-judgement-analyse

Quantitative analysis of judgments of the European Court of Justice
MIT License
6 stars 0 forks source link

Handle API requests async #54

Closed phHartl closed 3 years ago

phHartl commented 3 years ago

Currently, a single request locks the whole server/website. We should provide an asynchronous query queue to circumvent this problem and enable multiple users at a time.