Supabase queue processing

I'd like to have a queue in Supabase. I'm using PGBoss within postgres for the queue structure, but I have to run a separate process outside of supabase to process it. Are there any suggested patterns to replace this from all within supabase?
Was this page helpful?