How to use Scaler with IBM Symphony Worker #332
sharpener6
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
The following steps below are needed on the cluster configuration steps:
Python package setup
This should be done by user and assume user knows how to build docker/podman images and install all necessary python packages required
Register runner service files
A service is package of code that need be sent to IBM spectrum Symphony
below are the content of pickle_runner.py
package the code and deploy it as a service
You should be able to see the service now
Add the application
Create the application definition changing startCmd command to point to a venv of your choice
PickleRunner.xml
Register the application
Start up Scaler
First you should check how many nodes are in the Symphony cluster using symping
symping pip install scaler>=1.9.0 scaler_symphony_cluster tcp://127.0.0.1:2345 PickleRunner --base-concurrency 4Now you should be able to submit workloads
Beta Was this translation helpful? Give feedback.
All reactions