The watcher.decision_engine.scheduling Module

class watcher.decision_engine.scheduling.DecisionEngineSchedulingService(gconfig=None, **options)[source]

Bases: watcher.common.scheduling.BackgroundSchedulerService

add_sync_jobs()[source]
reset()[source]

Reset service.

Called in case service running in daemon mode receives SIGHUP.

start()[source]

Start service.

stop()[source]

Stop service.

wait()[source]

Wait for service to complete.

Previous topic

The watcher.decision_engine.rpcapi Module

Next topic

The watcher.decision_engine.scoring.base Module

Project Source

This Page