- asyncio http server will fail after some unspecified time (Reproducible)
- Seems to be related to the number of async connections that the http server can handle at a certain time
- Fixed by simply making taskmaster instantly return and invoke in a goroutine, avoiding the need for async server on our end
- Seems to be related to the number of async connections that the http server can handle at a certain time