Serverless queue worker powered by Supabase. It's use supabase core feature like Supabase Auth, Cron, Webhook and supabase functions.
For serverless app, there is no long running process to handle background job, so Supa Que will be a great solution for this use case.
Supa Que can trigger webhook from your application periodicly using cron expression or use delayed request.