I am about to implement a JSR 352 BatchJob which is supposed to run on Wildfly in Domain Mode with two nodes on separate machines.
Will it be safe to use the same Jdbc JobRepository on each node via the JobOperator interface, or may there be conflicts?
I would like to ensure that a Job can only run once at a time and not parallell on the nodes.