一次补偿
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m2s

This commit is contained in:
2026-05-25 14:40:34 +08:00
parent 20b5d70af9
commit 4c1e4f428a
3 changed files with 27 additions and 5 deletions

View File

@@ -262,6 +262,9 @@ func initWorkerRuntime(ctx context.Context, cfg *config.Config, appLogger *zap.L
pollingDeviceStore,
appLogger,
)
if stopResumeSvc, ok := workerResult.Services.StopResumeService.(*iot_card_svc.StopResumeService); ok {
stopResumeSvc.SetPollingCallback(lifecycleSvc)
}
return &workerRuntime{
redisAddr: redisAddr,