-
- Downloads
SW-567: added and used TaskInfoCache for fast lookup of info needed to...
SW-567: added and used TaskInfoCache for fast lookup of info needed to accept/reject tbb alert voevents. The TaskInfoCache preloads all current information upon start, and then resfreshes itself on task status events, so it's always up to date.
Showing
- .gitattributes 1 addition, 0 deletions.gitattributes
- SAS/TriggerServices/CMakeLists.txt 1 addition, 1 deletionSAS/TriggerServices/CMakeLists.txt
- SAS/TriggerServices/lib/CMakeLists.txt 1 addition, 0 deletionsSAS/TriggerServices/lib/CMakeLists.txt
- SAS/TriggerServices/lib/config.py 4 additions, 0 deletionsSAS/TriggerServices/lib/config.py
- SAS/TriggerServices/lib/task_info_cache.py 241 additions, 0 deletionsSAS/TriggerServices/lib/task_info_cache.py
- SAS/TriggerServices/lib/trigger_service.py 86 additions, 86 deletionsSAS/TriggerServices/lib/trigger_service.py
- SAS/TriggerServices/lib/voevent_listener.py 18 additions, 4 deletionsSAS/TriggerServices/lib/voevent_listener.py
SAS/TriggerServices/lib/task_info_cache.py
0 → 100644
Please register or sign in to comment