Remove JobUnlock on startUp (#20984)

This commit is contained in:
IceS2 2025-04-25 18:01:44 +02:00 committed by GitHub
parent ea16c1cdab
commit 21bfab68fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,8 +129,6 @@ public class WorkflowHandler {
.getSqlSessionFactory()
.getConfiguration()
.addMapper(SqlMapper.class);
unlockJobsOnStartup();
}
public static void initialize(OpenMetadataApplicationConfig config) {