You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the Beanstalk queue package was installed by default, this is no longer
9
-
the case.
10
15
11
-
# Install and configure your Queue package
16
+
# Installation and Configuration
12
17
13
18
You need to install the correct Queue package based on your needs.
14
19
@@ -21,28 +26,25 @@ Available packages:
21
26
22
27
Please check the package documentation for specific configurations.
23
28
24
-
The default configuration uses Beanstalkd, but you need to install it manually:
25
-
26
-
composer require flowpack/jobqueue-beanstalkd
29
+
The default configuration uses the FakeQueue, which is provided by the JobQueue.Common package. Note that with that package jobs are executed synchronous with the `flow nodeindexqueue:build` command.
27
30
28
31
Check the ```Settings.yaml``` to adapt based on the Queue package, you need to adapt the ```className```:
0 commit comments