Stan Triepels
098aa66a2d
Update django.po ( #138 )
2023-11-04 19:52:43 +01:00
Stan Triepels
b3f494571f
Use importerror for b62_decode and avoid deprecation notification ( #134 )
2023-10-26 14:29:13 +02:00
GDay
e3be22ac63
Release v1.6.1
2023-10-13 14:15:58 +02:00
GDay
750c654940
Release v1.6.0
2023-10-13 00:59:42 +02:00
Stan Triepels
1d2a6059db
Add support for Django 5 ( #120 )
2023-10-12 22:44:19 +02:00
Stan Triepels
54ab399758
Fix for "apps not ready" in Windows and Mac ( #116 )
2023-10-09 22:04:32 +02:00
Grayknife
939d0ebef1
Fix German Translation Typo ( #124 )
2023-09-30 13:28:42 +02:00
GDay
aa79a6e6b3
Release v1.5.5
2023-09-01 16:36:00 +02:00
Stan Triepels
d8cc0cc4f4
Fix not picking up result from falsy result ( #107 )
...
* Fix not picking up result from falsy result
* add test and docs
* typo
2023-09-01 02:36:15 +02:00
Rémy Pecqueur
a08ef61ba5
Remove deprecated usage pkg_resources ( #103 )
...
List entry points using importlib.metadata (Python >=3.10) or
importlib-metadata>=3.6 (Python < 3.10)
2023-08-01 02:33:31 +02:00
Stan Triepels
7fb7fca176
Move worker, scheduler, pusher and monitor to separate files ( #100 )
2023-07-02 02:47:05 +02:00
GDay
f8501bfb4c
Release v1.5.4
2023-06-29 01:03:57 +02:00
Scott Pashley and Scott Pashley
23c06a38eb
Rerun successful tasks ( #99 )
...
* Move logic that resubmits a task and then deletes the original into an action function that can be used for both failure and success resubmission.
* Use the resubmit_task action in the FailAdmin.
* Add the resubmit_task action to the TaskAdmin class.
* Update resubmit failure test to reflect using the new resubmit action.
* Add a test for resubmitting successful tasks.
---------
Co-authored-by: Scott Pashley
2023-06-23 23:05:04 +02:00
GDay
f8321e7f54
Release v1.5.3
2023-05-14 03:22:34 +02:00
Stan Triepels
630b3c62b3
Make processes identifiable with uuid4 ( #91 )
...
* make processes identifiable
* update docs
2023-05-14 03:07:38 +02:00
David Hoover and David Hoover
4ba9e0338a
Add post_spawn signal. ( #93 )
...
Co-authored-by: David Hoover <hooverd@arizona.edu >
2023-05-14 02:51:48 +02:00
GDay
fb960104c3
Release v1.5.2
2023-04-13 01:31:59 +02:00
Martijn Jacobs
1f31725f43
Added Django 4.2 to the test matrix, fixed deprecation warning ( #89 )
...
* Added Django 4.2 to the CI test matrix
* Positional arguments with TimestampSigner are deprecated
2023-04-12 18:18:03 +02:00
GDay
322a53f06d
Release v1.5.1
2023-04-02 17:53:23 +02:00
GDay
38d48231d6
Release v1.5.0
2023-04-02 17:43:17 +02:00
sinowood and Stan Triepels
52c04217e9
Multiple queue, multiple cluster in one site ( #71 )
...
* Support for multi-queue, multi-cluster configuration. API changes include:
* Adding `cluster` to async_task() parameters and Task model
* Adding argument --name to qcluster command
* Necessary adjustments to Conf and Broker classes
* Some admin improvements
* Add settings.Q_CLUSTER['ALT_CLUSTERS']: q_cluster config overrides for alternative clusters;
Add Conf.CLUSTER_NAME: separate usage from Conf.PREFIX;
QueueAdmin/OrmQ detail page enhanced: now displaying args/kwargs/q_options instead of encrypted payload.
* if `cluster` argument is not set (the default), async_task() and schedule() will be handled by the default cluster; Documentation update.
* Text cleanup
* Documentation update.
* Fix TIMEOUT setting in Windows for non-default cluster
---------
Co-authored-by: Stan Triepels <1939656+GDay@users.noreply.github.com >
2023-04-02 16:36:17 +02:00
GDay
86467dcf03
Revert "Merge pull request #15 from django-q2/error-on-timeout"
...
This reverts commit d97dca5bcb , reversing
changes made to 01cb652071 .
2023-03-31 02:22:38 +02:00
Jim Jagielski
f5ecd337ad
Merge branch 'master' into error-on-timeout
2023-02-17 12:33:47 -05:00
GDay
01cb652071
Release v1.4.11
2023-01-31 00:24:44 +01:00
GDay
25cd180410
Release v1.4.10
2023-01-27 02:10:20 +01:00
Stan Triepels
264607f59c
Bump translations to latest changes ( #63 )
2023-01-26 02:49:46 +01:00
msabatier and Stan Triepels
17c1609f10
Add meaningfull process titles with currently running task name ( #57 )
...
* Customize process names (in ps/top) and add task name in logs
* Increase severity of reincarnate log messages and add task name
* Document setproctitle optional dependency
Co-authored-by: Marc Sabatier <37879561+msabatier@users.noreply.github.com >
Co-authored-by: Stan Triepels <1939656+GDay@users.noreply.github.com >
2023-01-26 02:21:56 +01:00
msabatier and Marc Sabatier
650c3b1524
Fix use of database router for write queries and remove Conf.HAS_REPLICA ( #61 )
...
Co-authored-by: Marc Sabatier
2023-01-18 02:12:13 +01:00
msabatier and Marc Sabatier
a013591de5
Add intended_date_kwarg field to Schedule ( #62 )
...
Co-authored-by: Marc Sabatier <marc.sabatier@eco-adapt.com >
2023-01-17 22:52:11 +01:00
msabatier
865b1a5ba8
Change task timeout logic to have now() as execution time ( #58 )
2023-01-11 01:48:57 +01:00
msabatier
8cd1028391
More explicit log messages in exception handling ( #59 )
2023-01-11 00:36:35 +01:00
GDay
31e82ad028
Release v1.4.9
2022-12-22 03:06:01 +01:00
Stan Triepels
b66dfbd3af
Fix DST timezone change (move from DST to normal jump) ( #56 )
2022-12-22 03:02:53 +01:00
GDay
08baaab125
Release v1.4.8
2022-12-21 03:46:01 +01:00
Stan Triepels
ce81059da8
Fix: allow both ZoneInfo and Pytz depending on django version ( #55 )
2022-12-21 03:42:38 +01:00
Stan Triepels
cf33275d92
Release v1.4.7 ( #54 )
2022-12-21 01:53:10 +01:00
Stan Triepels
e78e473be3
Fix: handling exceptions inside job function ( #51 )
2022-12-21 01:44:59 +01:00
Stan Triepels
4d454e4001
Fix: Daylight saving time issue with scheduler ( #47 )
2022-12-21 01:44:34 +01:00
Stan Triepels
c1d4858f62
Release 1.4.6 ( #43 )
2022-11-30 15:09:49 +01:00
Andreas Andersen and Andreas Bok Andersen
2566955782
Log exceptions with logger.exception ( #42 )
...
Co-authored-by: Andreas Bok Andersen <andreas.bokandersen@glooko.com >
2022-11-30 15:03:20 +01:00
Stan Triepels
3c0c32758d
Chore: Flake8, isort and Black ( #40 )
2022-11-16 01:45:40 +01:00
Stan Triepels
542e04db54
Feat: Add biweekly and bimonthly and fix translations ( #36 )
2022-11-13 01:00:11 +01:00
Stan Triepels
17205549eb
Fix baseconv/base62 deprecation warning for Django 5.x ( #34 )
2022-11-09 00:41:12 +01:00
Stan Triepels
6f19b3d270
Fix: func reference in admin ( #28 )
2022-11-05 02:45:44 +01:00
Stan Triepels
529a7de59a
Make blessed optional ( #20 )
2022-10-20 22:16:48 +02:00
Stan Triepels
0aac4e7b0d
Fix unclear error when function is not called correctly ( #19 )
2022-10-20 17:24:17 +02:00
Stan Triepels
8822e7d409
Remove funding file, add docker/compose for development project and fix ( #18 )
...
task names in logs
2022-10-20 15:17:44 +02:00
Noortheen Raja
64d73a77b7
feat: option to fail-on-timeout
...
fixes #251
2022-10-19 02:27:12 +02:00
Stan Triepels
c59f036158
Remove arrow dependency, update packages, set up testing with compose ( #17 )
2022-10-19 02:01:16 +02:00
Stan Triepels and Rajeev KL
ce98aaa15c
allow atomic on external db ( #14 )
...
Co-authored-by: Rajeev KL <rajeev@labmoneta.io >
2022-10-15 23:24:30 +02:00