Behaviours: supervisor.
Supervisor for the solr process manager. We want to have a very different restart policy for the JVM manager than for our other long-lived workers, so it is given its own supervisor.
The strategy allows for no more than one restart in 3x the time that has been set for solr startup. This is to prevent Yokozuna from hanging around useless when Solr is failing to start.| init/1 | |
| start_link/0 |
init(X1) -> any()
start_link() -> any()
Generated by EDoc