inlife / nexrender

📹 Data-driven render automation for After Effects
https://www.nexrender.com
MIT License
1.64k stars 325 forks source link

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

Closed DongJu-Na closed 11 months ago

DongJu-Na commented 11 months ago

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

JamesBotterill commented 11 months ago

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

DongJu-Na commented 11 months ago

thank you :)