Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Waidelich <b.waidelich@wwwision.de>
  • Loading branch information
das-nagnag and bwaidelich committed Jul 15, 2024
1 parent 8dca0f7 commit 3cc99b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ The following parameters are supported by all queues:
| className | string | - | FQN of the class implementing the queue |
| maximumNumberOfReleases | integer | 3 | Max. number of times a message is re-<br>released to the queue if a job failed |
| 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 |
| outputResults | boolean | FALSE | If set to true, forwards the full output (stdout + stderr) of the respective job to the stdout of its "parent" |
| 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`) |
| queueNamePrefix | string | - | Optional prefix for the internal queue name,<br>allowing to re-use the same backend over multiple installations |
| options | array | - | Options for the queue.<br>Implementation specific (see corresponding package) |
| releaseOptions | array | - | Options that will be passed to `release()` when a job failed.<br>Implementation specific (see corresponding package) |
Expand Down

0 comments on commit 3cc99b5

Please sign in to comment.