We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ac434 commit 77c7545Copy full SHA for 77c7545
UPGRADING.md
@@ -1,3 +1,11 @@
1
+# From 3.x to 4.x
2
+
3
+## New task internal metadata (Impact: high)
4
5
+The task internal metadata has been enriched with `queue`, `taskName`, `connection` and `securityKey`.
6
+Existing tasks in the queue cannot be processed because they are missing these fields.
7
+Please ensure that all tasks in the queue are processed before upgrading to 4.x.
8
9
# From 2.x to 3.x
10
11
PHP 7.2 and 7.3, and Laravel 5.x are no longer supported.
0 commit comments