update - 暂时移除实例 ID 分布式锁

This commit is contained in:
wangli 2024-07-01 20:31:35 +08:00
parent 284ac47e7d
commit 959361af55

View File

@ -97,7 +97,7 @@ public class FlowableConfiguration {
new CustomAsyncRunnableExceptionExceptionHandler())); new CustomAsyncRunnableExceptionExceptionHandler()));
configuration.setCommandContextFactory(new CustomCommandContextFactory()); configuration.setCommandContextFactory(new CustomCommandContextFactory());
configuration.setCustomPreCommandInterceptors(Lists.newArrayList( configuration.setCustomPreCommandInterceptors(Lists.newArrayList(
new CustomLockProcessInstanceInterceptor(redisTemplate) // new CustomLockProcessInstanceInterceptor(redisTemplate)
)); ));
}; };
} }