machinery
machinery copied to clipboard
feat(broker): Add early ack support
Unstable network environments in some cases cause amqp to reconnect, or tasks that take too long to execute can cause tasks to be redelivered and may keep re-executing them.
we don't want to enforce users to write idempotent tasks.