ActionS - asapExecuteActions using ActionProfilePrefix when locking the profile

This commit is contained in:
DanB
2020-12-10 15:27:55 +01:00
parent 0666bc5596
commit 8b7367b995

View File

@@ -154,7 +154,7 @@ func (aS *ActionS) asapExecuteActions(sActs *scheduledActs) {
utils.ActionS, sActs.tenant, sActs.apID, err))
}
return
}, aS.cfg.GeneralCfg().LockingTimeout, utils.StatQueuePrefix+sActs.apID) // fixme with actionProfilePrefix
}, aS.cfg.GeneralCfg().LockingTimeout, utils.ActionProfilePrefix+sActs.apID)
}
// scheduleActions is responsible for scheduling the actions needing execution