© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4w ago•
10 replies
AMD

permission denied for sequence net.http_request_queue_id_seq

edge functionsPostgREST
I’m running a production SaaS on Supabase and I’m using pg_cron to trigger net.http_post() daily (for subscription renewals and deactivation logic via an Edge Function).

This setup worked reliably for a long time, but recently it started failing with:

permission denied for sequence net.http_request_queue_id_seq
permission denied for sequence net.http_request_queue_id_seq


No code or schema changes were made on my side.

From the logs, the job runs via pg_cron and fails during the internal insert into net.http_request_queue, which suggests permissions on internal sequences were reset or tightened (possibly after an extension or infrastructure update).

My concern is long term reliability, since this is customer-critical logic and I can’t afford to manually re grant permissions after internal changes.

Questions:

Is pg_cron + net.http_post() considered a supported/stable pattern for production workloads?
Is pg_cron + net.http_post() considered a supported/stable pattern for production workloads?


Are internal schema permissions (like net.*) expected to change during updates?
Are internal schema permissions (like net.*) expected to change during updates?


Is the recommended production approach to move scheduled jobs to Supabase Scheduled Edge Functions instead?
Is the recommended production approach to move scheduled jobs to Supabase Scheduled Edge Functions instead?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

"permission denied for sequence http_request_queue_id_seq"
SupabaseSSupabase / help-and-questions
7mo ago
keep getting `permission denied for sequence xxx_msg_id_seq`
SupabaseSSupabase / help-and-questions
13mo ago
Permission denied for sequence q_conversation_generation_msg_id_seq
SupabaseSSupabase / help-and-questions
13mo ago
500: "Error creating identity" and "permission denied for table http_request_queue"
SupabaseSSupabase / help-and-questions
3mo ago