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
The static StepSynchronizationManager.manager keeps state in such a way that it becomes impossible to run at the same time two steps belonging to different jobs but where:
a) the jobs have the same id,
b) the steps have the same name and
c) the steps have the same id.
This situation may arise if more than one repository is in use (or there is one repository, but it uses different data sources at the same time).