valentinogagliardi
458697c099
add missing semicolon
2020-01-12 19:23:19 +01:00
valentinogagliardi
fa1082ff96
ability to use a Redis connection URI - closes #402
2020-01-12 13:13:41 +01:00
Tyler Harper
3882f1c4d4
fix spelling of careful
...
Fixed spelling of careful
2019-04-24 14:19:48 -04:00
Janne Rönkkö
d55d33ce27
Document the behaviour of retry value properly
...
This issue has been reported many times in Django-Q's issue tracker:
https://github.com/Koed00/django-q/issues/183
https://github.com/Koed00/django-q/issues/180
https://github.com/Koed00/django-q/issues/307
All these issue have been closed and responses have noted that retry should
be set bigger than timeout or duration of any task.
2019-02-06 16:49:09 +02:00
Ilan Steemers
b5a01a9e93
Removes old rollbar support - relies on the pluggable error reporters now
2018-08-10 13:03: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
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
Sander van de Graaf
17ea1e7a7b
Allow SQS to use environment variables
2018-01-09 13:03:51 +01:00
ilan
14589bde0f
Fixes some minor mistakes in the new error reporting documentation source
2017-10-10 22:14:42 +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
Yann Pomarede
aa667b40d4
daemonize_workers option
2016-12-05 14:55:42 +01: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
3c6b2e6ad2
docs: formatting
2016-01-27 13:28:23 +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
Ilan Steemers
ddb8f8117f
docs: adds poll configuration option
2016-01-26 22:49:29 +01:00
Ilan Steemers
8ae7aa346e
Updates docs with rollbar support
...
also bumps version to 0.7.12
2016-01-08 12:06:56 +01:00
Ilan Steemers
7911419642
docs: updated cache and group operations
2015-10-02 18:31:52 +02:00
Ilan Steemers
477761a17f
:docs: replaced some old redis references with brokers
2015-09-30 10:12:16 +02:00
Ilan Steemers
b8bb186471
check for default database on mongo connection
2015-09-26 13:01:15 +02:00
Ilan Steemers
1fd9ca2441
docs: mongodb broker
2015-09-25 20:57:47 +02:00
Ilan Steemers
826178c463
Adds a MongoDB broker
...
* adds mongo broker tests
* adds mongo brokers docs
* broker info is now cached when it needs to connect to a server, to reduce traffic.
2015-09-25 20:03:39 +02:00
Ilan Steemers
04470c1a87
docs: compatibility
2015-09-22 18:22:08 +02:00
Ilan Steemers
ff5531aa99
Merge branch 'master' into orm
...
# Conflicts:
# docs/conf.py
2015-09-14 16:57:28 +02:00
Ilan Steemers
789f934208
docs: Django ORM broker
2015-09-14 15:38:16 +02:00
Ilan Steemers
793c0a0d6a
Merge pull request #58 from Koed00/dev
...
Adds Amazon SQS broker
2015-09-10 14:46:29 +02:00
Ilan Steemers
2efa5bac57
docs: minor adjustments
2015-09-10 14:27:14 +02:00
Ilan Steemers
9af70e799d
docs: Amazon SQS broker
2015-09-10 14:11:30 +02:00
Ilan Steemers
6306505269
Merge pull request #57 from Koed00/dev
...
#56 cpu_affinity not supported on some platforms
2015-09-09 14:24:58 +02:00
Ilan Steemers
cc178df2b1
#56 fakes setting cpu_affinity on unsupported platforms
2015-09-09 13:25:27 +02:00
Ilan Steemers
2c7d410ec6
Update configure.rst
2015-09-08 19:39:06 +02:00
Ilan Steemers
0e03601572
docs: cache option
2015-09-08 18:20:42 +02:00
Ilan Steemers
bb7e91e875
docs: minor changes
2015-09-08 17:30:09 +02:00
Ilan Steemers
5f4334d85a
docs: adds IronMQ and bulk config
2015-09-08 17:17:54 +02:00
Ilan Steemers
815cbeede9
docs: defaults queue_limit to workers squared.
2015-09-06 16:21:58 +02:00
Ilan Steemers
5e5bf2cc8d
docs: adjusted for multiple brokers
2015-09-06 14:48:33 +02:00
Ilan
6610277b93
docs: moved Configuration to its own section
...
* added more info on schedule catch up.
2015-08-19 12:38:15 +02:00