WildMeOrg / Wildbook

Wild Me's first product, Wildbook supports researchers by allowing collaboration across the globe and automation of photo ID matching
https://www.wildme.org/wildbook.html
GNU General Public License v2.0
104 stars 67 forks source link

Prevents empty target annotation lists from being requeued #669

Closed holmbergius closed 2 months ago

holmbergius commented 2 months ago

When there are no matching target annotations for an ID job (i.e., no data in the database to match against), that job kept getting requeued until the maximum number of requeues was exceeded, bogging down the ID qeueue with wasted querying and retries. This expires the job if "emptyTargetAnnotations" is flagged and prevents requeuing.

Changes