From 0d6e910d3ef075405b35909dd49b38f3804b3128 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:46:29 +0000 Subject: [PATCH] Tower: upload queue_job 16.0.2.12.0 (via marketplace) --- addons/queue_job/readme/HISTORY.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 addons/queue_job/readme/HISTORY.rst diff --git a/addons/queue_job/readme/HISTORY.rst b/addons/queue_job/readme/HISTORY.rst new file mode 100644 index 0000000..ef19313 --- /dev/null +++ b/addons/queue_job/readme/HISTORY.rst @@ -0,0 +1,18 @@ +.. [ The change log. The goal of this file is to help readers + understand changes between version. The primary audience is + end users and integrators. Purely technical changes such as + code refactoring must not be mentioned here. + + This file may contain ONE level of section titles, underlined + with the ~ (tilde) character. Other section markers are + forbidden and will likely break the structure of the README.rst + or other documents where this fragment is included. ] + +Next +~~~~ + +* [ADD] Run jobrunner as a worker process instead of a thread in the main + process (when running with --workers > 0) +* [REF] ``@job`` and ``@related_action`` deprecated, any method can be delayed, + and configured using ``queue.job.function`` records +* [MIGRATION] from 13.0 branched at rev. e24ff4b