ionutboangiu
|
652d1e68cf
|
Remove cls fields from service structs
now retrieved through registry.Lookup
|
2025-01-24 12:02:24 +01:00 |
|
armirveliaj
|
7db65ca62c
|
Clean up DispatcherS
|
2025-01-17 17:29:46 +01:00 |
|
ionutboangiu
|
e7152dacf8
|
Implement ConnManager service
Use it to register internal rpc conns instead of ServManager
DispatcherS now waits for AttributeS to start (only when enabled)
|
2025-01-14 19:00:37 +01:00 |
|
ionutboangiu
|
bf3d9a3281
|
Export funcs that wait for service state
|
2025-01-14 19:00:37 +01:00 |
|
ionutboangiu
|
089dfc00ae
|
Use SyncedChan to handle shutdown
|
2025-01-14 19:00:37 +01:00 |
|
ionutboangiu
|
c49e67b2ed
|
Handle SERVICE_UP/DOWN states on ServManager layer
|
2025-01-14 19:00:37 +01:00 |
|
ionutboangiu
|
dab152f976
|
Integrate StateServiceDOWN + registry related refactor
Removed redundant IsRunning service method
Removed registry from constructors
Pass registry to Start/Reload/Shutdown service methods
|
2025-01-14 19:00:37 +01:00 |
|
ionutboangiu
|
396227d639
|
Refactor ServiceIndexer implementation
Renamed to ServiceRegistry
Improved comments
|
2025-01-10 20:18:08 +01:00 |
|
ionutboangiu
|
20ee079e12
|
Use the waitForServicesToReachState helper
|
2025-01-10 20:18:08 +01:00 |
|
ionutboangiu
|
17405af987
|
Revise service manager logs
Logging is now done as ServiceManager level. Removed any other logs.
|
2025-01-10 20:18:08 +01:00 |
|
ionutboangiu
|
c8a3ebe5e8
|
Use channel instead of context to handle shutdown
|
2025-01-10 20:18:08 +01:00 |
|
ionutboangiu
|
da2052e7b3
|
Implement FilterService
And use ServiceIndexer to sync with it
|
2024-12-12 11:55:14 +01:00 |
|
ionutboangiu
|
10dfcc5e48
|
Remove dmS parameter from service constructors
Use ServiceIndexer instead
|
2024-12-12 11:55:14 +01:00 |
|
ionutboangiu
|
55ecdf45e4
|
Remove clsChan in favor of using the service indexer
|
2024-12-12 11:55:14 +01:00 |
|
ionutboangiu
|
98b5b74b23
|
Remove cacheS parameter from service constructors
ServiceIndexer will be used instead
|
2024-12-12 11:55:14 +01:00 |
|
ionutboangiu
|
77af4f95b3
|
Remove anzCh in favor of using the service indexer
|
2024-12-10 18:53:13 +01:00 |
|
ionutboangiu
|
0783984bfe
|
Remove srvDep from services that don't use it
|
2024-12-05 20:12:08 +01:00 |
|
ionutboangiu
|
79e461e7c5
|
Remove redundant internal channels
only from services that have dedicated files
|
2024-12-04 19:28:50 +01:00 |
|
ionutboangiu
|
cfdb3e80ca
|
Integrate state deps across services for SERVICE_UP
|
2024-12-04 19:28:50 +01:00 |
|
DanB
|
476f5ba877
|
Services with IntRPCConn method
|
2024-11-30 19:13:19 +01:00 |
|
DanB
|
6b241ee35b
|
Adding serviceIndexer and StateDependencies
|
2024-11-28 14:56:03 +01:00 |
|
ionutboangiu
|
1453234293
|
Use channel instead of wait func (AnalyzerS)
|
2024-11-14 17:48:09 +01:00 |
|
ionutboangiu
|
59f8b1379e
|
Use channel instead of wait func (CLS)
|
2024-11-14 17:48:09 +01:00 |
|
ionutboangiu
|
21409fc92e
|
Add new CommonListenerService
|
2024-11-14 17:48:09 +01:00 |
|
ionutboangiu
|
0d9358cf30
|
Ensure services wait for AnalyzerS to be initiated
Same logic as waiting for FilterS/DataDBService.
The difference will be that services will only wait when AnalyzerS
is enabled.
|
2024-11-14 17:48:09 +01:00 |
|
ionutboangiu
|
5bf8f1756c
|
Extract cores.Server into new commonlisteners package
Functionality is the same.
Server has been renamed to CommonListenerS.
|
2024-11-04 21:23:15 +01:00 |
|
gezimbll
|
27c4242c52
|
renamed newservice2 function to newservicewithping
|
2024-06-07 17:18:23 +02:00 |
|
gezimbll
|
c51122fd20
|
Moving apis into each subsystem packages
|
2023-12-13 20:33:09 +01:00 |
|
andronache98
|
ecdf5e54ea
|
Changed headers
|
2022-03-09 14:14:30 +01:00 |
|
andronache98
|
9ec56f5155
|
Changed headers
|
2022-03-09 14:14:30 +01:00 |
|
Trial97
|
a4ebbfe67b
|
Updated services
|
2021-11-17 18:36:40 +01:00 |
|
Trial97
|
0ed0b0e7a6
|
Updated more services
|
2021-09-13 16:08:39 +02:00 |
|
porosnicuadrian
|
325d4ac25f
|
Little fix for services + context for loader methods
|
2021-05-18 17:26:06 +02:00 |
|
porosnicuadrian
|
6c2a2c3a98
|
Added apis for Action
|
2021-05-17 17:58:44 +02:00 |
|
Trial97
|
cfbe6e709d
|
Added AdminSv1 service
|
2021-04-13 13:35:03 +02:00 |
|
Trial97
|
3406d3c7c9
|
Updated based on new rpc library
|
2021-04-13 13:35:03 +02:00 |
|
Trial97
|
83c26e5fd6
|
Updated actions
|
2021-02-25 18:13:01 +01:00 |
|
TeoV
|
3453a85a05
|
Add *cdrLog in new ActionS subsystem
|
2021-01-24 15:33:57 +01:00 |
|
Trial97
|
16a7c6b731
|
Updated services tests
|
2021-01-21 16:28:43 +01:00 |
|
TeoV
|
382a970782
|
Add AccountS in services and cmd/cgr-engine
|
2020-12-23 13:31:41 +01:00 |
|
Trial97
|
63345c3c85
|
Updated integration tests
|
2020-12-11 16:08:43 +01:00 |
|
TeoV
|
6f4161dbca
|
Resolve merge problems
|
2020-12-08 13:50:50 +01:00 |
|
TeoV
|
a717fc4f3d
|
Add infrastructure for service
|
2020-12-08 13:50:50 +01:00 |
|