...
- Go to /shared folder.
- Open AUTOSCALING file in edit mode.
Provide the values as shown in the example below.
Code Block language css theme Midnight 2|3|7|My_Namespace|shared_queue|deployment_1
Where,
2 - Minimum number of pods for runtime microservice.
3 - The maximum number of pods the runtime microservice can scale up to.
7 - The number of Process Flows in the shared queue beyond which the autoscaler spins up a new runtime pod.
My_Namespace - Namespace
shared_queue - Name of the shared queue
deployment_1 - Name of the deployment
- Save the file.
- Restart the runtime microservice.
...