Archiving happens in bursts. It can happen that we want to archive more than 50 books as a time. At the same time archiving is slow. It can take up to 20 minutes to archive a book. Since there is only one worker atm the queue doesn't get emptied that fast.
So it makes sense to increase the archive queue to 100.
The same probably makes sense for the encode queue.
The repair and notify-abacus queues don't get that much load, so 50 should be plenty for them.
Archiving happens in bursts. It can happen that we want to archive more than 50 books as a time. At the same time archiving is slow. It can take up to 20 minutes to archive a book. Since there is only one worker atm the queue doesn't get emptied that fast.
So it makes sense to increase the
archive
queue to 100.The same probably makes sense for the
encode
queue.The
repair
andnotify-abacus
queues don't get that much load, so 50 should be plenty for them.