DEV Community

Discussion on: Why We Moved From Lambda to ECS

Collapse
 
ksaaskil profile image
Kimmo Sääskilahti

That's a very interesting read, thanks a lot!

Are you using Bull as queue library over Redis?

My experience of SQS is that it's great for decoupling services and queueing jobs when you don't have an end-user waiting for the job to complete. If you need near-real-time user experience, I'd similarly go for e.g. Redis, RabbitMQ or even Kafka. Does that sound reasonable?

Collapse
 
taylorreece profile image
Taylor Reece

Yep! We're big fans of Bull :-)