ArchiveTeam / terroroftinytown

URLTeam's second generation of URL shortener archiving tools
http://urlte.am
MIT License
71 stars 15 forks source link

No item assignment if queue is larger than max size #28

Closed chfoo closed 9 years ago

chfoo commented 9 years ago

No items are assigned if the current queue size is larger than the maximum queue size.

For example, if there are 100 unclaimed items in the queue, but the maximum queue size is 50, nothing is being assigned to a user. The expected behavior is it will still allow items to be assigned, but only up to 50 claimed items.