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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ The following parameters are supported by all queues:
189
189
| className | string | - | FQN of the class implementing the queue |
190
190
| maximumNumberOfReleases | integer | 3 | Max. number of times a message is re-<br>released to the queue if a job failed |
191
191
| executeIsolated | boolean | FALSE | If TRUE jobs for this queue are executed in a separate Thread. This makes sense in order to avoid memory leaks and side-effects |
192
-
| outputResults | boolean | FALSE | If set to true, forwards the full output (stdout + stderr) of the respective job to the stdout of its "parent" |
192
+
| outputResults | boolean | FALSE | If TRUE the full output (stdout + stderr) of the respective job is forwarded to the stdout of its "parent" (only applicable if `executeIsolated` is `true`) |
193
193
| queueNamePrefix | string | - | Optional prefix for the internal queue name,<br>allowing to re-use the same backend over multiple installations |
194
194
| options | array | - | Options for the queue.<br>Implementation specific (see corresponding package) |
195
195
| releaseOptions | array | - | Options that will be passed to `release()` when a job failed.<br>Implementation specific (see corresponding package) |
0 commit comments