@takeshitakenji How many unhandled items do you have in your queue_item table? SELECT COUNT(*) FROM queue_item WHERE claimed IS NULL; The to[…]