ecxmtjaiysleuqcgfqgp in org uizitwxhqauxmfwqmeae)? Since 17th Sep 2025 every cron job that calls net.http_post has failed.ERROR: permission denied for sequence http_request_queue_id_seq
CONTEXT: SQL statement "insert into net.http_request_queue(...) returning id"
pg_extension shows pg_net at 0.8.0, so it looks like the upgrade recreated the sequence without the previous grant to the postgres role. From our Postgres session (rolsuper=false) we can’t reapply GRANT USAGE because the sequence owner is supabase_admin, and that role isn’t exposed in the dashboard.