illinois-cs241 / broadway-api

This is the old repo for Broadway API. Please see the new repo for newest version of Broadway https://github.com/illinois-cs241/broadway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert to non blocking poll

ayushr2 opened this issue · comments

Holding connections from graders while we try to poll the queue does not work well when we scale. With more graders, in production, we noticed that some of the connections would timeout which would crash the graders. With more than 5 graders, holding connections should not even make a difference or provide any performance gains.