mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 01:32:01 +00:00
Remove JobUnlock on startUp (#20984)
This commit is contained in:
parent
ea16c1cdab
commit
21bfab68fa
@ -129,8 +129,6 @@ public class WorkflowHandler {
|
|||||||
.getSqlSessionFactory()
|
.getSqlSessionFactory()
|
||||||
.getConfiguration()
|
.getConfiguration()
|
||||||
.addMapper(SqlMapper.class);
|
.addMapper(SqlMapper.class);
|
||||||
|
|
||||||
unlockJobsOnStartup();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void initialize(OpenMetadataApplicationConfig config) {
|
public static void initialize(OpenMetadataApplicationConfig config) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user