run_once

Defined in dccd.daemon.scheduler

run_once(config, health=None)[source]

Execute all histo_jobs once and return.

Each (exchange, pair) combination is run sequentially. A job failure is logged and skipped — other jobs continue regardless.

Parameters:
configCollectorConfig

Daemon configuration.

healthHealthMonitor or None, optional

Health monitor forwarded to each job call.