You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
__init__.py Integrate OSProfiler in Magnum 6 years ago
api.py Add a hacking rule for string interpolation at logging 6 years ago
conductor.py Avoid running periodic processes inside each worker process 6 years ago
db_manage.py Improve unit test coverage for cmd/db_manage.py 7 years ago
driver_manage.py Fix magnum-template-manage 7 years ago