Skip to main content

run

Function run 

Source
pub fn run(config_path: &Path) -> !
Expand description

Run the worker process: load dotenv, boot the loader, watch the entry file, and block until a signal (or a worker service call) exits the process. Never returns.