Hi Mohamad,
Running multiple instances of Resilient circuits on the same server can be achieved by using python virtual environments.
Python virtual environments can be managed by environment management tools such as
virtualenv or pipenv.
Separate config files will need to be used for each instance. This can be achieved by using the Resilient
circuits --config-file option.
e.g.
resilient-circuits run --config-file <path_to_config_file>/app.config
This model can be used if:
1. You are running different apps in each instance.
or
2.You are running against multiple organizations in the SOAR instance.
It is not recommended to run multiple instances of the same app against a single
SOAR organisation.
Regards,
------------------------------
JOHN PRENDERGAST
------------------------------