mistral.services package¶
Submodules¶
mistral.services.action_manager module¶
mistral.services.actions module¶
mistral.services.expiration_policy module¶
-
class
mistral.services.expiration_policy.
ExecutionExpirationPolicy
(conf)¶ Bases:
oslo_service.periodic_task.PeriodicTasks
Expiration Policy task.
This task will run every ‘evaluation_interval’ and will remove old executions (expired execution). The time interval is configurable In the ‘mistral.cfg’ and also the expiration time (both in minutes). By default the interval set to ‘None’ so this task will be disabled.