Hello! I have a question, is it possible that `onT...
# troubleshooting
i
Hello! I have a question, is it possible that
onTimer
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?