Ihor
08/30/2024, 11:10 AMonTimer
method in CoProcessFunction
can be executed concurrently? For example if I scheduled a few timers for the next minute, and after that I got an event with timestamp +X minutes. Or another case when pipeline was stopped/failed, and was restarted from checkpoint with a lot of timers due. Will these scheduled timers all run simultaneously or will be run one by one?