Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 333 Bytes

File metadata and controls

5 lines (4 loc) · 333 Bytes

Bugs known

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