-
Sean McGivern authored
This would do the wrong thing before: it would run a process per queue, where each process ignored _exactly one_ import queue. This doesn't really match the description. The whole section seemed questionable as there was no provision for running all the other jobs (except by accident), so I changed this to be more general and use queue selectors to put all import jobs in one process, and all other jobs in another.
12aad2d1