-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
In raising this issue, I confirm to the best of my ability the following (please check boxes, e.g. [X]):
- There are no duplicate issues.
- The problem does not lie with an upstream dependency.
- An installed module/integration/service/other is not causing your problem.
- This is reproducible on the latest codebase with up to date NPM dependencies.
- I have added appropriate labels to this issue.
Expected Behaviour:
I can run multiple instances of Concierge on the same system
Actual Behaviour:
One instance will run, the rest will crash on startup with a seg fault.
Steps to Reproduce:
Try to start more than one Concierge instance, from different directories
This is a problem for the future if we want horizontal scaling.
Work around atm, is to use docker containers.