'How can I use multiple dynos for an Optaplanner process on Heroku?

I'm running an Optaplanner application on Heroku with:

<moveThreadCount>AUTO</moveThreadCount><!-- To solve faster by saturating multiple CPU cores -->

in the config.xml

But the dyno load report never shows more than a single dyno being used to solve. Is it possible to use multiple dynos for a single Solver instance?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source