ยฉ 2026 Hedgehog Software, LLC
sudo -u postgres psql -d t_db -c "select count(*) from poems;" count ------- 1437 (1 row)
select count(id) from oban_jobs where queue = 'poem_vectorize'; count ------- 4314 (1 row)