ISISComputingGroup / ISISComputingGroup/IBEX
Check device IOCs for too many separate SCAN loops
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
As a developer I would like stream device IOCs to use more forward links to initiate processing rather than having separate SCAN loops running on timers. As noted in #6286 lots of separate periodic scan records all trying to access the serial device port does not scale well and can lead to lock timeouts and failed processing. As the serial device port is only single access, it would be more logical to chain (FLNK) records from a single (or small number) of periodically scanning records.
## Acceptance Criteria
* List of IOC with large number of separately scanning records identified
* Tickets to change logic created
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.