Commit Graph

938 Commits

Author SHA1 Message Date
Ilan Steemers
fb8da040b4 Add warning about asyn_task refactor 2018-08-14 12:26:50 +02:00
Ilan Steemers
35ba23de89 Merge pull request #310 from Koed00/python37
Python 3.7 support and deprecation of Python 2 and older Django versions -
2018-08-14 12:17:52 +02:00
Ilan Steemers
239345a5ec Updates boto and certifi 2018-08-14 11:59:09 +02:00
Ilan Steemers
570944775a Update version in docs 2018-08-14 11:58:07 +02:00
Ilan Steemers
4076795dc3 truncate error description in admin
Also removes old conditional imports
2018-08-13 18:50:35 +02:00
Ilan Steemers
83de4c28c7 Updates setup conf 2018-08-10 13:36:31 +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
48ffdd96eb Updates packages for testing 2018-08-10 12:55:28 +02:00
Ilan Steemers
e0824802ca Use isinstance instead of typeof 2018-08-05 15:12:18 +02:00
Ilan Steemers
3116e97f9b Fixes overrides 2018-08-05 15:11:43 +02:00
Ilan Steemers
15f8079315 Removes root imports 2018-08-05 14:21:41 +02:00
Ilan Steemers
68f06d1a33 Removes circle ci test config 2018-08-05 14:19:14 +02:00
Ilan Steemers
d0ec4c952b Trying xenial for 3.7 builds 2018-08-05 14:13:57 +02:00
Ilan Steemers
7d5c9f8b46 removes xrange compat 2018-08-05 13:39:04 +02:00
Ilan Steemers
04812c17df Adds circle-ci config 2018-08-05 12:24:33 +02:00
Ilan Steemers
bd062503c5 Adds tracebacks in error logs @strets123 2018-08-05 11:13:16 +02:00
Ilan Steemers
83d90664fb Frees resources on sync run - @abompard 2018-08-05 11:12:14 +02:00
Ilan Steemers
c86987f3c6 Merge pull request #309 from P-EB/python37
Fix a typo I introduced in groups.rst
2018-08-03 18:18:59 +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
da68a58fd6 Updates requirements 2018-08-03 14:54:30 +02:00
Ilan Steemers
233070e661 Django 2.1 2018-08-03 14:53:10 +02:00
Ilan Steemers
d1b29426c0 Fixes title underline 2018-08-01 15:53:06 +02:00
Ilan Steemers
3e9f6c4dca Updates setup requirements 2018-08-01 15:50:08 +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
Ilan Steemers
887870bcdb Merge pull request #306 from P-EB/fix_304
Replaces async occurrences with alternatives
2018-08-01 14:11:21 +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
2040771e80 Downgrading django for travis 2018-03-13 18:45:38 +01:00
ilan
5669ccfa02 Updates changelog 2018-03-13 18:40:56 +01:00
ilan
6bfb6b6e6d 0.9.4 2018-03-13 18:37:40 +01:00
ilan
e1d1f0f099 Fixes relative imports 2018-03-13 18:32:49 +01:00
ilan
62affc17bb Updates changelog 2018-03-13 17:57:34 +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
ilan
8fdf2af824 Updates packages
boto3-1.6.7
botocore-1.9.7
django-2.0.3
django-redis-4.9.0
pymongo-3.6.1
python-dateutil-2.7.0
pytz-2018.3
rollbar-0.13.18
s3transfer-0.1.13
2018-03-13 15:26:48 +01:00
ilan
7657bba7f9 Merge remote-tracking branch 'origin/master' 2018-03-13 15:25:12 +01:00
Ilan Steemers
d5e430be44 Merge pull request #298 from Balletie/master
Add option for acknowledging failed tasks (globally and per-task)
2018-03-13 15:24:31 +01:00
Ilan Steemers
65afb63e19 Merge pull request #297 from Eagllus/fix_199
Changing the path location where Django-Q is inserted.
2018-03-13 15:22:14 +01:00
Eagllus
430c177b92 Move import to the function that uses it
Only Python 2.x is having problems with this import so for now
the fix would be to move the import to the function that uses cluster
2018-03-13 09:37:13 +01:00
Eagllus
8f87bc352f Change imports for cluster and tasks 2018-03-13 09:28:17 +01:00
Eagllus
9c39546417 Change imports signing classes explicit 2018-03-13 09:22:09 +01:00
Eagllus
ae9392137c Change path location of django q 2018-03-13 09:21:01 +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
5969be9e0c Linting 2018-02-20 14:06:23 +01:00
ilan
c657731cd0 ignores python datetime class reference error in docs 2018-02-14 11:19:46 +01:00
ilan
1ef94d2b42 Adds Changelog 2018-02-13 10:00:09 +01:00
ilan
1f910f5233 v0.9.2 2018-02-13 09:47:34 +01:00
ilan
88cdb78bad Updates boto and botocore 2018-02-13 09:44:15 +01:00
Ilan Steemers
3ba32a32ae Merge pull request #292 from Eagllus/fix_python3_only_code
Fix python3 only code
2018-02-12 16:09:21 +01:00
Eagllus
319ab90fab Add checks back for Python 2.7 but don't run them with Django 2 2018-02-06 16:14:05 +01:00