Files
django-q2/docs
Balletie 03abbc960f Add option for acknowledging failed tasks (globally and per-task)
If a task fails with an exception, it is retried until it
succeeds. This is contrary to what is said in the documentation: under
the "Architecture" section, heading "Broker" it says that even when a
task errors, it's still considered a successful delivery. Failed tasks
never get acknowledged however, thereby being retried after the
timeout period. See also issues #238 and #194.

This patch adds an option to acknowledge failures, thereby closing
issue #238. Issue #194 would require some more work. The default of
this option is set to `False`, thereby maintaining backwards
compatibility.
2018-03-09 22:09:46 +01:00
..
2015-09-14 15:38:16 +02:00
2016-08-12 12:35:23 +06:00
2015-10-28 12:06:18 +01:00
2015-10-28 12:06:18 +01:00
2015-10-28 12:06:18 +01:00
2018-01-08 15:33:04 +01:00
2018-01-08 15:33:04 +01:00
2015-11-08 10:24:54 +01:00
2015-07-13 15:30:12 +02:00
2017-03-03 14:25:04 +01:00