I have a map-reduced scheduled to run every 15 minutes. It select all orders and does some updates.
Let say that after 15 minutes, the process is not completed, will it restart another process with the same sales orders ?
e
Eric B
11/29/2022, 2:25 AM
If you only have one scheduled deployment for the MR script it will not run another instance if it is still running.