mozilla/ssh_scan_api

Replace GET /work with AMQP

Closed this issue · 2 comments

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.

/cc @Royalharsh @rishabhs95 I'm going to work on a PoC PR for this, as it seems to be a bottleneck for us

Decided against this, it adds unneeded complexity that an api route an easily solve