Daniel Trembath
3e8fc91d46
Change Django documentation URLs from v1.8 to v2.2
...
URLs were linking to a now unsupported version of Django. Django v2.2 is a LTS version, and also matches the documentation intersphinx_mapping in docs/conf.py.
2020-10-07 17:56:23 +11:00
Ilan Steemers
aba36e2884
Getting ready for 1.3.3
2020-08-16 18:47:55 +02:00
Ilan Steemers
109d078510
Fixes doc code block
2020-08-15 10:30:35 +02:00
Tim O'Meara
655f0aadb5
rename config var to max_retries, remove attempt_count form admin , add admin ui customization to docs
2020-08-13 11:58:00 -05:00
Tim O'Meara
45b0b2cc27
add attempt_count to config docs, set value to 1 in inital task save
2020-08-11 10:42:28 -05:00
Ilan Steemers
3dff5528d6
Updates to Django 3.1
2020-08-06 11:22:33 +02:00
Ilan Steemers
e384e0dfb8
Getting ready for 1.3.2
2020-07-08 23:02:08 +02:00
Ilan Steemers
9946a1a8ce
Adds max_rss to the docs
2020-07-05 18:21:51 +02:00
Ilan Steemers
31ab2c22c2
Adds cron to the doc index
2020-07-04 11:46:26 +02:00
Ilan Steemers
05a5d1f008
Getting ready for 1.3.1
2020-07-02 18:11:58 +02:00
Ilan Steemers
1fe17f8c73
Adds croniter install note
2020-07-02 17:36:45 +02:00
Ilan Steemers
6e4c32ca9d
Getting ready for 1.3.0
2020-07-02 13:28:18 +02:00
Ilan Steemers
c89c23a0cf
Adds cron to docs
2020-06-29 14:01:36 +02:00
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