Clarification on Worker Configuration in activepieces Version 0.28.0

Hi,

I saw an annoncement “How to easily seperate worker from app servers” in below url

(Self-hosters, you can now easily separate workers from app servers! 🚀)

Could you please confirm the ActivePieces version in which this change is applicable?

I am currently using ActivePieces version 0.28.0, and if this change is not relevant to my version, I have the following questions:

In our Kubernetes setup, I understand that each pod functions as a worker. In version 0.28.0, if I have three pods running, will both the application and worker processes run on all three pods?
If both processes run on all pods, is there a way to separate the worker processes from the application in this version?
Additionally, as I am new to ActivePieces, could you guide me to any resources or articles explaining how to create multiple workers in version 0.28.0?

Looking forward to your support and guidance.

Thank you,
Bharathan

Hi @Bharathan

By default the container has the app and the worker, If you are looking to separate them you can do that by following these steps.

So it’s what you are looking for, let me know If you have any questions.


Thank you, Abuaboud. I executed the command npm run workers token in the root directory of the repository, but I encountered errors. I am currently using ActivePieces version 0.28.0.

Hi @Bharathan

Can you sync the fork