ChannelFinder / ChannelFinderService

A RESTful directory services for a list channels
MIT License
8 stars 14 forks source link

issue in AA processor for large list of pvs #148

Closed jacomago closed 2 months ago

jacomago commented 3 months ago

The archiver status end point can only handle so many pvs at once. If large IOCs restart, or a recceiver restarts can suddenly get a lot of PVs being processed.

Should batch in groups of 100 or something. @shroffk Maybe this should be done at the general processor level?