mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Updated the EEs with the new interface
This commit is contained in:
committed by
Dan Christian Bogos
parent
c84e861e2a
commit
a74aacd7fe
@@ -238,7 +238,7 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.STORDB_JSN):
|
||||
go srvMngr.reloadService(utils.StorDB)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.EEsJson):
|
||||
go srvMngr.reloadService(utils.EventExporterS)
|
||||
go srvMngr.reloadService(utils.EEs)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.RPCConnsJsonName):
|
||||
go srvMngr.connMgr.Reload()
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.SIPAgentJson):
|
||||
|
||||
Reference in New Issue
Block a user