The heat.engine.worker
Module¶
-
class
heat.engine.worker.
WorkerService
(host, topic, engine_id, thread_group_mgr)[source]¶ Bases:
object
Service that has ‘worker’ actor in convergence.
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.3'¶
-
cancel_check_resource
(*args, **kwargs)[source]¶ Cancel check_resource for given stack.
All the workers running for the given stack will be cancelled.
-