Replace GET /work with AMQP
Closed this issue · 2 comments
claudijd commented
We burn a lot of network I/O and log space by having workers poll for work. I'm thinking if we use RabbitMQ and Bunny we can make queuing a bit more event-based and really improve service responsiveness.
claudijd commented
/cc @Royalharsh @rishabhs95 I'm going to work on a PoC PR for this, as it seems to be a bottleneck for us
claudijd commented
Decided against this, it adds unneeded complexity that an api route an easily solve