Ilan Steemers
70a3296a6f
Example with f-string
2020-06-15 15:59:56 +02:00
Ilan Steemers
5d3f9fd916
Getting ready for 1.2.4
2020-06-10 11:46:50 +02:00
Ilan Steemers
56982bdd26
Adding back sdist to fix issues with optional extras
2020-05-31 19:43:18 +02:00
Ilan Steemers
25b3c47e5f
Getting ready for 1.2.2
2020-05-28 14:49:40 +02:00
Alejandro Sedeño
4429f99095
Update documentation to say tasks are signed, not encrypted
...
This resolves #300 .
2020-04-17 14:25:35 -04:00
Ilan
a6052f5a6a
Getting ready for 1.2.1
2020-02-18 20:24:38 +01:00
Ilan
dcc115ca1b
Updates copyright
2020-02-17 21:22:48 +01:00
Ilan
17c1e2b651
Getting ready for 1.2.0
2020-02-17 13:09:18 +01:00
Ilan Steemers
3389e00f09
Preparing v1.1.0
2020-01-18 11:09:35 +01:00
Ilan Steemers
5f46d11350
Updates version changes in docs
2020-01-17 16:15:05 +01:00
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
Martijn Jacobs
958c79e728
Fixes an outdated link to the django documentation
2019-08-12 14:44:12 +02:00
Ilan Steemers
9f97a90b98
Bump Django LTS version
2019-08-10 14:49:31 +02:00
Ilan Steemers
5ca8b753fd
Bump version
2019-08-10 14:43:30 +02: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
bcfcd5f390
Updates version compatibility in docs
2018-10-31 11:53:27 +01:00
Ilan Steemers
64cba4243a
Adds django-q-email to addons section
2018-10-31 11:53:10 +01:00
Ilan Steemers
e68cf52515
Updates version
2018-08-29 19:03:53 +02:00
Ilan Steemers
bd7bec3711
Punctuation
2018-08-14 12:30:41 +02:00
Ilan Steemers
865f04717a
Removes donation menu
2018-08-14 12:29:27 +02:00
Ilan Steemers
fb8da040b4
Add warning about asyn_task refactor
2018-08-14 12:26:50 +02:00
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