Any plans to add Queues (like SQS etc.) #8508
Replies: 12 comments 20 replies
-
I asked myself the same but at the same time I think it would be easy to I integrate AWS services like SQS using the AWS SDK within your application, e.g. in the server routes of a Nuxt or SvelteKit App. Do you see a problem in the "coexistence" of Supabase and native AWS services in your project? |
Beta Was this translation helpful? Give feedback.
-
I'm thinking something based on Postgres would be a good fit for Supabase. Quick search returns some interesting blogs/projects:
These approaches can probably be used even without support from Supabase, if these Postgres extensions can be installed on Supabase. I'll try with |
Beta Was this translation helpful? Give feedback.
-
18 months have passed since the initial post, yet there's been no contribution to the discussion from anyone at Supabase. I'm curious, how have others tackled the issue of queue management in their projects? |
Beta Was this translation helpful? Give feedback.
-
Strange... Supabase usually reply to the discussions/issues of his community. The silence here seems to be wanted other than accepted |
Beta Was this translation helpful? Give feedback.
-
Supabase is more than capable, but it takes some preliminary configuration. https://blog.mansueli.com/building-a-queue-system-with-supabase-and-postgresql |
Beta Was this translation helpful? Give feedback.
-
Seems like just adding pgmq as an extension is Supabase would appease most people's needs and be an easy win for Supabase. Supabase team, can we get pgmq extension included in the available extensions? It's a solid and well-maintained extension. What's the issue? |
Beta Was this translation helpful? Give feedback.
-
Is anybody getting
502 / 500 on high demand? It's very clear postgREST fails on high demand, randomly and strage nobody talks about it. |
Beta Was this translation helpful? Give feedback.
-
I'd love some sort of simple queue, even only having FIFO would be enough for a lot of typical tasks. It'd be nice to have "run a function everytime something is added to this queue" without any big setup :) |
Beta Was this translation helpful? Give feedback.
-
This is a very wanted feature |
Beta Was this translation helpful? Give feedback.
-
We've just released open source project that brings a queue to Supabase. This thread helped us gain conviction to open source it, so I wanted to share it: https://github.com/sequinstream/sequin We wanted an HTTP interface, exactly-once processing guarantees, transactional enqueue, backfills, replays, and clean debugging / observability. It's a new project and we're actively improving it if you want to add an issue. |
Beta Was this translation helpful? Give feedback.
-
They released the official queues feature yesterday as part of launch week 13: https://supabase.com/blog/supabase-queues |
Beta Was this translation helpful? Give feedback.
-
It seems like queue functionality does not (perhaps temporarily) exist for local development. There is no such item in the 'integration' section. |
Beta Was this translation helpful? Give feedback.
-
The only thing I see missing from Supabase (which is AWESOME great work) that would at least in our case make it a 1:1 replacement to AWS, is queues. Same as SQS or Azure Service Bus etc.. , with features like FIFO, dead letter etc.
Is this on the radar at all ?
Beta Was this translation helpful? Give feedback.
All reactions