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
2017-08-21 12:27:52 +00:00
2017-06-08 14:20:12 +08:00
2016-08-28 21:11:07 +01:00
2017-06-26 15:52:32 +05:30
2014-11-18 09:23:37 -05:00
2016-03-04 07:41:12 -05:00
2014-11-18 09:23:37 -05:00
2017-07-12 13:02:26 +00:00
2017-03-07 01:58:36 +00:00
2017-07-18 10:47:23 +02:00

Team and repository tags

image

Magnum

Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack.

For more information, please refer to the following resources:

Description
Container Infrastructure Management Service for OpenStack
Readme 94 MiB
Languages
Python 73%
Shell 26.7%
Dockerfile 0.3%