You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that under certain circumstances the lock providing exclusive running for the sepa batch processes (updating/closing groups) can be circumvented. This can lead to the corruption of the groups involved, since the runners share a queue.
Two things should happen here:
isolate the queues by txgroup ID
fix the lock (or to be more precise the way we use it)