We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9a87 commit 9b27e36Copy full SHA for 9b27e36
hipcheck/src/plugin/manager.rs
@@ -372,7 +372,10 @@ impl PluginExecutor {
372
});
373
}
374
Err(hc_error!(
375
- "Reached max spawn attempts for plugin {}",
+ "Reached max spawn attempts for plugin {}. If you believe the plugin should have \
376
+ started, consider using a custom Exec.kdl file and increasing startup parameters \
377
+ such as `backoff-interval`, `max-spawn-attempts`, and `max-conn-attempts`. See \
378
+ <https://hipcheck.mitre.org/docs/guide/config/exec-file/>.",
379
plugin.name
380
))
381
0 commit comments