Commit Graph

1039 Commits

Author SHA1 Message Date
Jason McVetta
35848cc80d fix typo 2020-02-13 18:17:00 +07:00
Jason McVetta
3d394b25e4 bump version from 1.1.0 -> 1.2.0 2020-02-13 13:12:25 +07:00
Jason McVetta
93a8c3520c truncate cluster_id from the other end 2020-02-12 18:56:54 +07:00
Jason McVetta
aa51413d81 cast cluster_id UUID to str 2020-02-12 18:52:45 +07:00
Jason McVetta
abc8b397fc Revert "wider column for cluster_id, and cast to string"
This reverts commit a37d3b7af0.
2020-02-12 18:52:25 +07:00
Jason McVetta
7f9f6c3a04 Revert "terminal position"
This reverts commit db70d14754.
2020-02-12 18:52:24 +07:00
Jason McVetta
db70d14754 terminal position 2020-02-12 18:51:41 +07:00
Jason McVetta
a37d3b7af0 wider column for cluster_id, and cast to string 2020-02-12 18:50:46 +07:00
Jason McVetta
cb01620a5d truncate cluster_id UUID to fit column 2020-02-12 18:43:31 +07:00
Jason McVetta
4529c38067 log cluster_id instead of pid 2020-02-12 18:26:53 +07:00
Jason McVetta
14a602ee8b use both pid and cluster_id 2020-02-12 18:23:47 +07:00
Jason McVetta
d22c916bfc add cluster_id to Sentinel 2020-02-12 17:53:52 +07:00
Jason McVetta
ea30c1d43f add UUID4-based cluster_id 2020-02-12 17:41:10 +07:00
Ilan Steemers
0acf2ecba6 Merge pull request #411 from Koed00/dependabot/pip/django-3.0.3
Bump django from 3.0.2 to 3.0.3
2020-02-12 08:25:02 +01:00
dependabot[bot]
022d378564 Bump django from 3.0.2 to 3.0.3
Bumps [django](https://github.com/django/django) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.2...3.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-11 21:28:53 +00:00
Ilan Steemers
5e5676292b Merge pull request #392 from Djailla/py27
[py27] Remove last traces of py27
2020-01-28 11:27:15 +01:00
Djailla
d8524e8d42 [py27] Remove last traces of py27 2020-01-27 17:15:10 +01:00
Ilan Steemers
69c10616c8 Merge pull request #405 from lordkev/lambda-fix
Fix startup error in AWS Lambda
2020-01-21 12:38:55 +01:00
Kevin Lord
0d9ebf94ee Fix startup error in AWS Lambda 2020-01-20 22:39:40 -06:00
Ilan Steemers
7317839fc7 Updates changelog to v1.1.0 2020-01-18 11:27:00 +01:00
Ilan Steemers
3389e00f09 Preparing v1.1.0 2020-01-18 11:09:35 +01:00
Ilan Steemers
ee0cdbb313 Merge pull request #404 from Koed00/django3
Django 3 support
2020-01-18 11:00:47 +01:00
Ilan Steemers
5f46d11350 Updates version changes in docs 2020-01-17 16:15:05 +01:00
Ilan Steemers
c2e96c1754 Removes python 3.6 testing
Removes django 1.11 testing
Adds python 3.8 testing
2020-01-17 16:03:16 +01:00
Ilan Steemers
8a9b15dbcb Updates testing packages requirements 2020-01-17 15:49:17 +01:00
Ilan Steemers
f825730716 Using the point releases 2020-01-17 15:44:36 +01:00
Ilan Steemers
38082d1593 Tests with Django 3 2020-01-17 15:39:27 +01:00
Ilan Steemers
681375364d Merge pull request #393 from ossobv/sync
Preserve database connection when sync=True
2020-01-17 15:34:46 +01:00
Ilan Steemers
d2c9aa0e88 Merge pull request #395 from Koed00/dependabot/pip/django-2.2.8
Bump django from 2.2.5 to 2.2.8
2020-01-17 15:33:25 +01:00
Ilan Steemers
850e6e5452 Merge pull request #399 from theunraveler/ugettext
Replacing `ugettext_` functions with `gettext_` for Django 3
2020-01-17 15:32:27 +01:00
Ilan Steemers
8bf88bee21 Merge pull request #403 from valentinogagliardi/redis-url
ability to use a Redis connection URI - closes #402
2020-01-17 15:31:37 +01:00
valentinogagliardi
c12e6184eb add test for Redis URL 2020-01-12 20:10:06 +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
Jake Bell
dc65f5e1de Replacing ugettext_ functions with gettext_ for Django 3 2020-01-07 15:57:37 -06:00
dependabot[bot]
48d23477a6 Bump django from 2.2.5 to 2.2.8
Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.5...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-04 21:54:03 +00:00
Harm Geerts
66588a28e7 Preserve database connection when sync=True
When tasks run synchronously django-q should only affect the calling
context by running the tasks.
Fixes https://github.com/Koed00/django-q/issues/326
2019-11-27 12:37:31 +01:00
Ilan Steemers
70269e1e43 Updates to Django 2.2.5 2019-09-26 11:53:09 +02:00
Ilan Steemers
563292c045 Updates boto, pymongo and redis for testing 2019-08-14 11:14:32 +02:00
Ilan Steemers
c27938ee62 Merge pull request #333 from tremby/fix-timeout-override
Fix timeout override
2019-08-13 14:16:03 +02:00
Ilan Steemers
2a57c6c3c2 Merge pull request #347 from maerteijn/fix-scheduler-concurrency
Fix scheduler concurrency with multiple clusters
2019-08-13 14:13:14 +02:00
Martijn Jacobs
958c79e728 Fixes an outdated link to the django documentation 2019-08-12 14:44:12 +02:00
Martijn Jacobs
924ff928b0 Lock the Schedule objects to ensure tasks are created once
Tested this with PostgreSQL and MySQL
2019-08-12 14:28:26 +02:00
Martijn Jacobs
abaa0ba39b Don't call the scheduler twice: respect Conf.SCHEDULER 2019-08-12 14:27:56 +02:00
Ilan Steemers
8a6c9d2094 Bump django version in Travis 2019-08-10 14:49:47 +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
Ilan Steemers
c000150403 Merge pull request #358 from vkaracic/readme-test
Fix test section format in readme
2019-08-10 14:31:53 +02:00
Ilan Steemers
7d437ea5cf Merge pull request #353 from maerteijn/fix-mysql-naive-datetime-in-scheduler
Fix issue when using USE_TZ=False with MySQL
2019-08-10 14:16:11 +02:00
Ilan Steemers
cfeceb497d Merge pull request #356 from lamby/import-error-issue-331
Inline import to prevent circular imports under some toolchain combinations
2019-08-10 14:14:30 +02:00