enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
202 stars 34 forks source link

Allow to control where scheduler can run #9045

Open rymsha opened 3 years ago

rymsha commented 3 years ago

Currently scheduler runs on an arbitrary node, and also randomly migrates between.

There is no way to control which nodes are allowed to schedule jobs - and this is Hazelcast limitation. It may be problematic in some configurations..

Investigate if we can do scheduling only on specific nodes.

sigdestad commented 3 years ago

Why would we need this?

rymsha commented 3 years ago

This one may require first #9046