MQ
delayed job = database for storage, not good for scalability
RabbitMQ = better performance, flexibility and scalability (1k+ /sec)
uncoupling receiving messages from processing
Last updated
Was this helpful?
delayed job = database for storage, not good for scalability
RabbitMQ = better performance, flexibility and scalability (1k+ /sec)
uncoupling receiving messages from processing
Last updated
Was this helpful?