App store
Do the following to customize the default settings for the App store.
Stop Unravel.
<Unravel installation directory>/unravel/manager stop
Set the App store properties using any of the following options:
Option 1: Set properties by importing the properties file
Create a file containing the properties of the App store that you want to configure and their corresponding values. For example:
unravel.appstore.apps.gunicorn.worker.count=2 unravel.appstore.apps.gunicorn.thread.count=5 unravel.appstore.apps.resource_limit.process_count=10
From the installation directory, where Unravel binaries are installed, run the following command and provide the path to the properties file.
<Unravel installation directory>/unravel/manager config properties import <path to the properties file> For example: /opt/unravel-install/unravel/manager config properties import /opt/properties.txt
Option 2: Set the properties with manager config properties set
<Unravel installation directory>/unravel/manager config properties set
property
key
For example:
/opt/unravel/manager config properties set unravel.appstore.apps.gunicorn.worker.count 2 /opt/unravel/manager config properties set unravel.appstore.apps.gunicorn.thread.count=5 /opt/unravel/manager config properties set unravel.appstore.apps.resource_limit.process_count=10
Refer to App store properties for the complete details of App store properties that you can configure.
Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel
<Unravel installation directory>/unravel/manager start