chaperon v0.3.1 Chaperon.Worker.Supervisor View Source

Chaperon worker process supervisor. Each Chaperon.Scenario is executed with a Chaperon.Session inside a Chaperon.WorkerTask process supervised by this supervisor.

Link to this section Summary

Link to this section Functions

Link to this function

async(node, mod, func, args)

View Source
Link to this function

schedule_async(mod, func, args)

View Source
Link to this function

start_nested_worker(node, scenario_mod, session, config, timeout)

View Source
Link to this function

start_worker(node, scenario_mod, config, timeout)

View Source
Link to this function

start_workers(nodes, amount, scenario_mod, config, timeout)

View Source
Link to this function

worker_task(node, scenario_mod, function, args, timeout)

View Source