Commit Graph

249 Commits

Author SHA1 Message Date
Ilan Steemers
570944775a Update version in docs 2018-08-14 11:58:07 +02:00
Ilan Steemers
b5a01a9e93 Removes old rollbar support - relies on the pluggable error reporters now 2018-08-10 13:03:58 +02:00
Pierre-Elliott Bécue
e32bd8bb31 Fix a typo I introduced in groups.rst 2018-08-03 18:04:37 +02:00
Ilan Steemers
d1b29426c0 Fixes title underline 2018-08-01 15:53:06 +02:00
Ilan Steemers
bd6d8b42cd Only test for 1.11 , 2.0 on 3.6 and 3.7 2018-08-01 15:44:58 +02:00
Ilan Steemers
acebdaa850 Renames async/enqueue to async_task. 2018-08-01 15:20:34 +02:00
Pierre-Elliott Bécue
ae75a84f7f Replaces async occurrences with alternatives
* async is now a reserved word in python3.7
 * Rename async function to enqueue
 * Rename all async_ functions to enqueue_
 * Rename Async class to AsyncTask
 * Updates the docs.
2018-07-07 21:33:43 +02:00
ilan
6bfb6b6e6d 0.9.4 2018-03-13 18:37:40 +01:00
ilan
7c6c318860 0.9.3 2018-03-13 17:43:04 +01:00
ilan
2c3b5f8771 Updates Django test versions 2018-03-13 15:36:46 +01:00
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
ilan
c657731cd0 ignores python datetime class reference error in docs 2018-02-14 11:19:46 +01:00
ilan
1f910f5233 v0.9.2 2018-02-13 09:47:34 +01:00
ilan
67ba25119a Version 0.9.1 2018-02-02 10:26:43 +01:00
Sander van de Graaf
17ea1e7a7b Allow SQS to use environment variables 2018-01-09 13:03:51 +01:00
ilan
e22546672e Updates version and docs 2018-01-08 15:33:04 +01:00
ilan
9ef7bcf6d7 Adds sentry support to the docs 2017-10-16 10:39:56 +02:00
ilan
6779074023 Bumps version to 0.8.1 2017-10-12 15:52:49 +02:00
ilan
14589bde0f Fixes some minor mistakes in the new error reporting documentation source 2017-10-10 22:14:42 +02:00
Ilan Steemers
56c643fc15 Merge pull request #261 from danielwelch/error-reporter
Error reporter
2017-10-10 21:48:01 +02:00
ilan
0b649ecc31 Updates packages and Django version 2017-10-09 10:59:23 +02:00
Daniel Welch
4530b05d86 putting back support for backwards compatibility 2017-10-06 13:26:43 -04:00
Daniel Welch
f5e62bb624 documentation for error reporter plugin system 2017-10-03 17:04:37 -04:00
Ilan Steemers
07cc06d1f0 Merge pull request #220 from abompard/signals
Adds basic signals
2017-04-05 16:28:05 +03:00
ilan
81fdfa6abe Updates version and supported versions 2017-04-05 14:43:44 +03:00
Wirasto S. Karim
265a85629e Update tasks.rst 2017-03-06 22:56:15 +08:00
Aurélien Bompard
77c5bb0737 Add signals
Fixes #219
2017-03-03 14:25:04 +01:00
Yann Pomarede
aa667b40d4 daemonize_workers option 2016-12-05 14:55:42 +01:00
Ilan Steemers
82f3cbdf28 Merge pull request #197 from GabLeRoux/patch-1
supervisor example in Cluster documentation fix #196
2016-11-28 11:24:37 +01:00
Ilan Steemers
9ac0682bd3 Merge pull request #187 from pyprism/patch-1
Update brokers.rst
2016-11-28 11:13:39 +01:00
Ronald van Zon
64ba6a9e5a Explaining how to handle tasks async with qcluster 2016-11-15 15:26:45 +01:00
Gabriel Le Breton
dfa0920a74 supervisor example in Cluster documentation Closes #196 2016-10-05 12:35:30 -04:00
Ashutosh Das
48100ef83b Update brokers.rst 2016-08-12 12:35:23 +06:00
ilan
09a9511341 Django 1.8.14, 1.9.8 and 1.10rc1 2016-07-21 15:26:12 +02:00
Vladimir Rychkov
cadbc9f220 exception raised if guard_cycle configured not in range (0, 60) 2016-07-13 09:44:26 +01:00
Vladimir Rychkov
1a1385dfba Guard loop sleep made configurable 2016-07-12 13:08:17 +01:00
Ilan Steemers
778607b2cd version 0.7.18 2016-06-07 17:47:00 +02:00
Ilan Steemers
c5d637feee Upgrades reference to Django 1.9.7 2016-06-07 16:48:41 +02:00
Ilan Steemers
8558c58d28 Merge remote-tracking branch 'origin/master'
ed00/django-q

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-06-07 16:08:13 +02:00
Ilan Steemers
1895014346 Updates to Django 1.9.6 and 1.8.13 2016-05-15 11:08:34 +02:00
Ilan Steemers
4a5ea5a9d4 v0.7.17 2016-04-24 15:42:38 +02:00
Ilan Steemers
2bc8c202c8 Updates docs for latest Django versions 2016-04-12 18:23:40 +02:00
Ilan Steemers
cbf6fc5a77 v0.7.16 2016-03-07 13:49:09 +01:00
Ilan Steemers
128d269c4f Updates Django to 1.9.4 and 1.8.11 2016-03-07 13:13:46 +01:00
Ilan Steemers
0a8f2e7e72 Adds optional task_name argument
Makes it possible to name the task yourself.
2016-02-24 10:44:47 +01:00
Ilan Steemers
f36861c0d7 Updates to Django 1.8.9 and 1.9.2 2016-02-03 16:35:50 +01:00
Ilan Steemers
3c6b2e6ad2 docs: formatting 2016-01-27 13:28:23 +01:00
Ilan Steemers
8ec5e35582 v0.7.15 2016-01-27 13:17:20 +01:00
Ilan Steemers
e1c05732f9 docs: fixes broken ref 2016-01-27 12:14:46 +01:00
Ilan Steemers
c17468ef86 docs: Adds Custom broker class documentation
Also changes some of the variable and settings names, to make them less ambiguous.
2016-01-27 12:06:49 +01:00