The heat.engine.worker
ModuleΒΆ
-
class
heat.engine.worker.
WorkerService
(host, topic, engine_id, thread_group_mgr)[source] Bases:
heat.openstack.common.service.Service
This service is dedicated to handle internal messages to the ‘worker’ (a.k.a. ‘converger’) actor in convergence. Messages on this bus will use the ‘cast’ rather than ‘call’ method to anycast the message to an engine that will handle it asynchronously. It won’t wait for or expect replies from these messages.
-
RPC_API_VERSION
= '1.0'
-
reset
(*args, **kwargs)
-
start
(*args, **kwargs)[source]
-
stop
(*args, **kwargs)[source]
-
wait
(*args, **kwargs)
-