Module yz_solr_sup

Supervisor for the solr process manager.

Behaviours: supervisor.

Description

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.

Function Index

init/1
start_link/0

Function Details

init/1

init(X1) -> any()

start_link/0

start_link() -> any()


Generated by EDoc