How can I prevent two instances of the same task t...
# community-support
z
How can I prevent two instances of the same task type from potentially running in parallel? It doesn’t matter if one runs before or after the other - just the two tasks cannot run simultaneously
e
☝️ 1
❤️ 1
z
I think this is the way to do it?
e
It looks right to me. 👍