Skip to content

Commit 3cc99b5

Browse files
Apply suggestions from code review
Co-authored-by: Bastian Waidelich <b.waidelich@wwwision.de>
1 parent 8dca0f7 commit 3cc99b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The following parameters are supported by all queues:
189189
| className | string | - | FQN of the class implementing the queue |
190190
| maximumNumberOfReleases | integer | 3 | Max. number of times a message is re-<br>released to the queue if a job failed |
191191
| 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`) |
193193
| queueNamePrefix | string | - | Optional prefix for the internal queue name,<br>allowing to re-use the same backend over multiple installations |
194194
| options | array | - | Options for the queue.<br>Implementation specific (see corresponding package) |
195195
| releaseOptions | array | - | Options that will be passed to `release()` when a job failed.<br>Implementation specific (see corresponding package) |

0 commit comments

Comments
 (0)