Commit Graph

4 Commits (master)

Author SHA1 Message Date
Idan Hefetz 81e3d950cd Change init fork order
Workers should be forked right at the start, to avoid forked processes
containing allot of irrelevant objects.
Instead of depending on forked memory to receive the graph, workers
will load the graph from the database once it is available.

APIs should be refused until vitrage-graph is fully loaded. This was
previously supported because API processes were only started when ready.

GraphInit waits untill all worker processes are started and listen on
the multiprocessing queue.

Change-Id: I67eed9f6e87b58b8a085c13e7467ebeed8ab8751
Depends-On: Ieecaedbed1cf9069756a2b87347d289fbb532e6d
2018-12-19 11:54:24 +00:00
Eyal d3f7b7de29 fix the vitrage title
Change-Id: I44a9f9febbeed972475f93a1c6c006fd8a1d8fbe
2017-09-26 16:25:09 +03:00
Eyal 1ecb33c946 add title to services
Change-Id: If2fc1a4c73d11664b2a10f9d001bbb2a32a2e67d
2017-09-24 16:04:50 +03:00
Eyal dbf5c610de add some tests for keycloak
rename cmd package to cli to prevent module collision when running
unittests in pycharm

Change-Id: I24625526b593eae3430c1e1320a1693bf590fe79
2017-08-02 13:15:58 +00:00