mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
ActionS - asapExecuteActions using ActionProfilePrefix when locking the profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user