File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/shared/v3-core-plugins Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ If this flag is set individual instances of the trigger will run simultaneously.
229
229
By default, errors in a plugin will simply be _ logged_ , writing to the server output and the system.processing_engine_logs system table.
230
230
This behavior can be changed by specifying the "Error behavior", via the ` --error-behavior ` flag. Apart from the default ` log ` , you may set
231
231
232
- * ` --error-behavior retry ` will immediately the plugin in the event of error.
232
+ * ` --error-behavior retry ` will immediately retry the plugin trigger in the event of error.
233
233
* ` --error-behavior disable ` will turn off the plugin as soon as an error occurs. You can enable it again using the CLI.
234
234
235
235
### Trigger arguments
You can’t perform that action at this time.
0 commit comments