@mint @meow @nyanide @prettygood @waifu Here's a better one that only shows jobs that aren't completed
select args->'params'->>'inbox',count(*), queue, worker, state from oban_jobs where worker = 'Pleroma.Workers.PublisherWorker' and args->'params'->>'inbox' != '' and state != 'completed' group by args->'params'->>'inbox',queue,worker,state having count(*) >= 5 order by count(*) desc;image.png