Hello, I am developing a project and need to generate PDFs for users. To avoid losing data and distribute the load, I use “queues.”
Is it possible to configure “queue” processing without using cron, but immediately when a new message appears, and process them one by one?
This is available in Azure, but is it possible in Supabase?
Thank you for your answers and help.