supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

LISTEN / NOTIFY appears to be broken after March 26th

Open Dkendal opened this issue 1 year ago • 0 comments

Bug report

LISTEN / NOTIFY appears to be broken after March 26th

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

We have an Elixir application that uses Oban for job processing that connects to a supabase postgresql instance via transaction pooling.

Oban makes extensive use of LISTEN/NOTIFY, which has been working without issue for 2 months.

As of March 26th all most listen/notify requests started to fail.

image

Dkendal avatar Apr 01 '24 15:04 Dkendal