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
| className | string | - | FQN of the class implementing the queue |
190
-
| maximumNumberOfReleases | integer | 3| Max. number of times a message is re-<br>released to the queue if a job failed |
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
-
| queueNamePrefix | string | -| Optional prefix for the internal queue name,<br>allowing to re-use the same backend over multiple installations |
193
-
| options | array | -| Options for the queue.<br>Implementation specific (see corresponding package) |
194
-
| releaseOptions | array | ['delay' => 300] | Options that will be passed to `release()` when a job failed<br>Implementation specific (see corresponding package) |
| className | string | - | FQN of the class implementing the queue |
190
+
| maximumNumberOfReleases | integer | 3 | Max. number of times a message is re-<br>released to the queue if a job failed |
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
+
| queueNamePrefix | string | - | Optional prefix for the internal queue name,<br>allowing to re-use the same backend over multiple installations |
193
+
| options | array | - | Options for the queue.<br>Implementation specific (see corresponding package) |
194
+
| releaseOptions | array | - | Options that will be passed to `release()` when a job failed.<br>Implementation specific (see corresponding package) |
0 commit comments