Commit Graph
1065 Commits
Author SHA1 Message Date
Ilan Steemers 0d8cc2e2af Updates packages for testing 2020-05-27 17:54:07 +02:00
Ilan Steemers a6eda43c72 Merge pull request #428 from hhyo/hhyo-patch-1
Fix issue when using USE_TZ=False with MySQL
2020-05-27 17:49:38 +02:00
Ilan Steemers bef944af61 Merge pull request #440 from maerteijn/fix-database-router
Fix issues when using multiple databases with a database router
2020-05-27 17:48:20 +02:00
Ilan Steemers 92448bb136 Merge pull request #417 from rbranche/task-sync-raise-exceptions
When sync=True, re-raise exceptions from the worker.
2020-05-27 17:46:48 +02:00
Martijn Jacobs f0546bc91c Lock the Scheduler model for the database it's using
This can happen when you use a database router for example
2020-05-01 17:30:19 +02:00
Martijn Jacobs 85a9f33ac0 Check for the right database when querying for get_autocommit 2020-05-01 17:29:27 +02:00
Ilan Steemers 108050b1ea Merge pull request #429 from asedeno/signed-not-encrypted
Update documentation to say tasks are signed, not encrypted
2020-04-21 12:27:45 +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
小圈圈 25d1e3e3a0 Fix issue when using USE_TZ=False with MySQL #353 2020-04-15 20:57:27 +08:00
Ilan Steemers a53edd2a4e Updates django versions 2020-03-04 13:43:53 +01:00
Ilan Steemers d30fc8695b Updates test requirements 2020-03-04 13:41:56 +01:00
Ryan Branche d7d0b0dfb4 Add unit test for sync=True change.
When sync=True, re-raise exceptions from the worker.
2020-02-28 14:47:28 -08:00
Ryan Branche 2f14c122e4 When sync=True, re-raise exceptions from the worker.
This commit adds code to detect if the task is running synchronously in
the worker and re-raise exceptions that were originally raised by the
underlying task function.
2020-02-28 14:26:20 -08:00
Ilan 5351372fd9 Getting ready for 1.2.1 2020-02-18 20:48:27 +01:00
Ilan a6052f5a6a Getting ready for 1.2.1 2020-02-18 20:24:38 +01:00
Ilan dd5fadbc8a Updates boto and psutil for testing 2020-02-18 20:23:20 +01:00
Ilan Steemers cf1b795f18 Merge pull request #415 from Koed00/f-strings
Convert to f-strings
2020-02-18 20:21:38 +01:00
Ilan 7c31c2408c Replaces format with f-strings 2020-02-18 18:47:05 +01:00
Ilan dcc115ca1b Updates copyright 2020-02-17 21:22:48 +01:00
Ilan 0bca3cbd7a Replacing format with f-strings 2020-02-17 16:59:12 +01:00
Ilan a1543c8d82 Updates CHANGELOG.md to v1.2.0 2020-02-17 13:18:53 +01:00
Ilan 17c1e2b651 Getting ready for 1.2.0 2020-02-17 13:09:18 +01:00
Ilan da6563ed54 Updates boto 2020-02-17 13:05:48 +01:00
Ilan Steemers e3a46992b9 Merge pull request #414 from crea-asia/cluster_id
Differentiate between PID and unique cluster ID
2020-02-14 14:34:21 +01:00
Jason McVetta 93fab1e87f Revert "bump version from 1.1.0 -> 1.2.0"
This reverts commit 3d394b25e4.
2020-02-13 18:17:46 +07:00
Jason McVetta 35848cc80d fix typo 2020-02-13 18:17:00 +07:00
Ilan 4faf577a52 Updates requirements 2020-02-13 11:47:27 +01: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