Inserts created via cron don't fire trigger
I'm running into an intermittent problem (the worst!). I have:
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.
- A cron job that adds rows to a
queuetable daily - A "database webhook" that listens for
inserton that table, and sends anHTTP POSTto a Lambda function
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.