magnum/magnum/cmd
Mohammed Naser 8ce15c4510 Avoid running periodic processes inside each worker process
The periodic jobs are currently getting registered per each worker
which means that in cases with large number of workers, the APIs
for services such as Heat and Keystone will be hit very hard.

This patch resolves this issue by registering the jobs only to the
main process, ensuring that they run once per instance (or group
of workers).

Closes-Bug: #1702349

Change-Id: If9e13effc14fd35e646d02bb4f568e79786aa958
2017-09-19 10:06:32 +00:00
..
__init__.py Integrate OSProfiler in Magnum 2017-01-24 07:43:31 +07:00
api.py Add a hacking rule for string interpolation at logging 2017-07-15 14:49:45 +08:00
conductor.py Avoid running periodic processes inside each worker process 2017-09-19 10:06:32 +00:00
db_manage.py Improve unit test coverage for cmd/db_manage.py 2016-09-06 03:16:00 +00:00
driver_manage.py Fix magnum-template-manage 2016-10-13 21:06:43 +05:30