Nikolaos Michas
Nikolaos Michas
Hello! I have increased the number of workers for the webserver and run the services through docker-compose, while sending a lot of API requests. After some time, I start getting...
Related to #211 By changing the value we enforce the OS to kill sockets that remain in `TIME_WAIT` state and do not allow the services to open new sockets. ```...
Adding Django 4.0 compatibility in tests
Hello! I had some issues with sockets staying in `TIME_WAIT` state after failure in the http request and I decided to try requests library instead of urllib. I revived #199...