Skip to content

Resolve "Acknowledge messages on queue"

Laurens Oostwegel requested to merge 34-acknowledge-messages-on-queue into master

Closes #34 (closed)

Tasks are not acknowledged after they are finished (previous statement: no_ack=True). This means that whether or not a task if finished, is not given as feedback to the queue. If a task fails, it will not be re-added to the queue. Adding acknowledgements will make our system more fail-proof.

\approve @ds @tara @shinde

Edited by Laurens Oostwegel

Merge request reports