Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseβ€’3y agoβ€’
11 replies
ducky

Inserts created via cron don't fire trigger

I'm running into an intermittent problem (the worst!). I have:

- A cron job that adds rows to a
queue
queue
table daily
- A "database webhook" that listens for
insert
insert
on that table, and sends an
HTTP POST
HTTP POST
to a Lambda function

I used the Supabase UI to create that webhook, because I haven't figured out how to do so via a database migration. It works fine when adding a row manually to the table. It has worked at times, but then stopped working.

This is a project that I've been working on intermittently, and it currently uses a free Supabase project. Is it possible that Supabase is making the project dormant after a certain amount of inactivity? E.g., the webhook fired on 12/23 and on 12/29, but not since then.
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

Cron job doesn't trigger my edge function
SupabaseSSupabase / help-and-questions
5mo ago
Studio: Can't disable Cron I just created
SupabaseSSupabase / help-and-questions
8mo ago
Deleting files from storage via CRON
SupabaseSSupabase / help-and-questions
4y ago
Trigger not being created in local DB
SupabaseSSupabase / help-and-questions
4y ago