Commit Graph
1169 Commits
Author SHA1 Message Date
Ilan Steemers d97e7d772f Merge pull request #479 from alx-sdv/bugs/model-str
Model.__unicode__() has no effect in Python 3.X
2020-10-20 14:01:40 +02:00
Ilan Steemers 6886c8612b Merge pull request #483 from Djailla/warning
Fix deprecation warning RemovedInDjango40Warning
2020-10-20 14:00:47 +02:00
Ilan Steemers 9219116bae Merge pull request #482 from ihuk/master
Fix for #424
2020-10-20 13:58:34 +02:00
Bastien Vallet 3144d0c80a Fix deprecation warning RemovedInDjango40Warning
RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
2020-10-19 12:12:37 +02:00
ihuk 5076367168 More work on fix for #424 - TypeError: can't pickle _thread.lock objects.
AWS and Mongo brockers should be pickeled correctly now.
2020-10-16 18:40:26 +02:00
ihuk 8b3d6b7d2a Initial work on fix for #424 - TypeError: can't pickle _thread.lock objects.
Made `Broker` and `Queue` classes pickable which fixes the the problem with new default `spawn` proces start method.
2020-10-14 22:21:40 +02:00
Ilan Steemers 22b6f8ec5a Merge pull request #481 from jagu2012/master
[WIP]Change Django documentation links and URLs to a supported version (v1.8 -> v2.2)
2020-10-07 11:26:21 +02:00
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 029fd316f4 Upgrades to Django 3.1.2 for tests 2020-10-05 12:01:18 +02:00
alx-sdv 28197dc4fa Model.__unicode__() has no effect 2020-10-05 12:30:11 +03:00
Ilan Steemers 7b4c357128 Updates test to django 3.1.1 2020-09-06 11:48:24 +02:00
Ilan Steemers 75ccc9e29a Removes testing code 2020-09-06 11:26:00 +02:00
Ilan Steemers 180e8e2d3d Updates changelog to 1.3.3 2020-08-16 19:01:20 +02: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
Ilan Steemers 80aa160d9d Merge pull request #466 from timomeara/master
Add attempt_count to limit the number of times a filed task will be re-attempted
2020-08-15 10:21:33 +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
Ilan Steemers c838a1e1d0 Updates requirements 2020-08-13 12:07:35 +02:00
Tim O'Meara 991cca5844 Revert "version bump"
This reverts commit 3b2f444738.
2020-08-11 17:32:48 -05:00
Tim O'Meara 3b2f444738 version bump 2020-08-11 17:32:08 -05:00
Tim O'Meara f26de929d6 adds tests 2020-08-11 11:48:23 -05:00
Tim O'Meara d5a0363af3 add attempt_count to admin 2020-08-11 10:48:46 -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
Tim O'Meara 3c3395f24b add attempt_count to task 2020-08-11 10:16:31 -05:00
Ilan Steemers 07d0a8c0d1 Merge pull request #464 from Koed00/django_3_1
Updates to Django 3.1
2020-08-06 11:59:17 +02:00
Ilan Steemers 3dff5528d6 Updates to Django 3.1 2020-08-06 11:22:33 +02:00
Ilan Steemers c1a627b7da Updates packages 2020-07-23 09:35:04 +02:00
Ilan Steemers 377f1b81f9 Updates boto 2020-07-13 17:21:32 +02:00
Ilan Steemers 2ec4b2952a Updates boto 2020-07-13 17:21:02 +02:00
Ilan Steemers 55df323a9a Updates changelog 2020-07-08 23:20:26 +02:00
Ilan Steemers e384e0dfb8 Getting ready for 1.3.2 2020-07-08 23:02:08 +02:00
Ilan Steemers 0de1cbce4e Merge pull request #457 from Koed00/resource_limits
Resource limits: max rss for workers
2020-07-08 22:55:46 +02:00
Ilan Steemers 0095a93b45 Adds max rss test 2020-07-08 22:52:07 +02:00
Ilan Steemers 572f810651 Adds max rss test 2020-07-08 22:47:35 +02:00
Ilan Steemers 080b30396c Updates boto 2020-07-08 22:33:36 +02:00
Ilan Steemers e7adc4ac46 Updates boto 2020-07-08 22:32:24 +02:00
Ilan Steemers 9946a1a8ce Adds max_rss to the docs 2020-07-05 18:21:51 +02:00
Ilan Steemers c94f2cb816 Adds psutil support for max_rss on other platforms 2020-07-05 18:18:43 +02:00
Ilan Steemers b16878f36f Allow for platforms not supporting resource module 2020-07-05 17:45:07 +02:00
Ilan Steemers 83b8b7c0d7 Adds max_rss memory limit for recycle 2020-07-05 17:04:16 +02:00
Ilan Steemers e0beb502dd Updates packages 2020-07-04 11:47:59 +02:00
Ilan Steemers 31ab2c22c2 Adds cron to the doc index 2020-07-04 11:46:26 +02:00
Ilan Steemers f755a2e3fa Updates changelog 2020-07-02 18:19:15 +02:00
Ilan Steemers 05a5d1f008 Getting ready for 1.3.1 2020-07-02 18:11:58 +02:00
Ilan Steemers d3ac0563f4 Adds validator migration 2020-07-02 18:09:01 +02:00
Ilan Steemers 1fe17f8c73 Adds croniter install note 2020-07-02 17:36:45 +02:00
Ilan Steemers f8479741bf Updates changelog 2020-07-02 13:50:58 +02:00
Ilan Steemers 6e4c32ca9d Getting ready for 1.3.0 2020-07-02 13:28:18 +02:00
Ilan Steemers bcd119ca2f Merge pull request #452 from Koed00/cron
Support for Cron expressions
2020-07-01 14:38:30 +02:00
Ilan Steemers f223cfcb30 Removing value check 2020-07-01 14:25:51 +02:00