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 bbacdcf commit c32b4a8Copy full SHA for c32b4a8
symfony.rst
@@ -92,10 +92,10 @@ Executor
92
The executor is a basic service which executes a handler with the workload of a
93
task. There are two ways: inline or process. One the The
94
``InsideProcessExecutor`` calls the handler directly and on the other hand the
95
-``ProcessExecutor`` uses an own process to isolate each run.
+``SeparateProcessExecutor`` uses an own process to isolate each run.
96
97
-We recommend using the ``SeparateProcessExecutor`` because there the tasks do not
98
-influence each other.
+We recommend using the ``SeparateProcessExecutor`` because there the tasks do
+not influence each other.
99
100
Configuration Reference
101
-----------------------
0 commit comments