inlife / nexrender

📹 Data-driven render automation for After Effects

Home Page:https://www.nexrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I configure multiple nexrender-workers on one nexrender-server?

DongJu-Na opened this issue · comments

The final program architecture I want to construct is React <-> Java <-> nexrender-server <-> nexrender-worker.
I would like to have multiple nexrender-workers here.

After uploading a file through Java Rest API, I want to combine the uploaded file path and various data to pass the final json to nexrender-server.

This situation requires rendering to create multiple videos at the same time. Accordingly, multiple workers are needed. Can you help me

Looks at tagging, you can connect multiple workers each with its own tag, then when submitting a video you can add the tag for the corresponding worker.

It's pretty easy just follow the documentation

thank you :)