Page 1 of 1

How to count necessary render nodes?

Posted: Thu Sep 19, 2019 12:38 pm
by TryKote
Hi! I need to know exactly how many nodes are needed to render all current tasks. Can I use some API method or found information in web gui?

Re: How to count necessary render nodes?

Posted: Sat Sep 21, 2019 5:52 pm
by timurhai
Hi!
There is no API for this.

You can do it yourself. If you have 10 tasks, and each needs an hour to render. 10 machines will render all in an hour. Or 5 machines in 2 hours. And if you have 20 machines, they render all in an hour too, or you should split tasks to have 20 x 0.5 hour tasks.