Commit 1e4e0007 by huangfusuper

调整生命后期回调的顺序

parent e5a4154f
......@@ -32,7 +32,7 @@ import java.util.Map;
*/
@Component
@Slf4j
@MythRankOrder(2)
@MythRankOrder(3)
public class RpcCallbackInstanceRunTheLifeCycleCallback implements InstanceRunTheLifeCycleCallback {
@TaskClient(timeout = 60000, callMethodEnum = CallMethodEnum.SYNCHRONIZE)
......
......@@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
*/
@Component
@Slf4j
@MythRankOrder(1000)
@MythRankOrder(4)
public class RunRecordingRunRedisRemoveTheLifeCycleCallback implements InstanceRunTheLifeCycleCallback {
private final StringRedisTemplate stringRedisTemplate;
......
......@@ -24,7 +24,7 @@ import java.util.Map;
*/
@Component
@Slf4j
@MythRankOrder(5)
@MythRankOrder(2)
public class WorkflowCommonParameterAggregation implements InstanceRunTheLifeCycleCallback {
private final StringRedisTemplate stringRedisTemplate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment