cedadev / search-futures

Future Search Architecture
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Investigate and improve how multiple processes interact with scanners #139

Closed agstephens closed 2 years ago

agstephens commented 2 years ago

Things we need to understand about the configuration:

  1. How many workers (pods) are running - and how is that configured?
  2. How many processes are running in each worker?
  3. How many rabbit messages are read/consumed at a time?
  4. Why are rabbit messages being read by different workers?

Then we need to fix those issues.