|
|
|
|
|
by adrinavarro
3108 days ago
|
|
Not exactly. Tasks can last for weeks. It can run fine for several days and then die, and it needs to be requeued, until it is explicitly finished. In fact, we do use RabbitMQ to emit "status updates". With RabbitMQ, I'd need to ack rightaway, otherwise it would re-send the message again after a while. |
|