Database Webhooks (Function hooks) clarification
Posted this question on Reddit already, and now posting it here as well. A am not really sure which communication channel is preferred.
I've checked the documentation for this feature on the Supabase page https://supabase.com/blog/supabase-functions-updates#database-webhooks-alpha and on the docs page https://supabase.github.io/pg_net/api/#nethttp_post. I understand the concept of Database Webhooks and how to use them, but as always, the devil is in the details.
What happens if HTTP/Webhook endpoint (URL) is (temporarily) not accessible for whatever reason? Will Supabase retry the GET/POST request after a while? If so, how many times? Are there any logs to see if there are issues?
I've checked the documentation for this feature on the Supabase page https://supabase.com/blog/supabase-functions-updates#database-webhooks-alpha and on the docs page https://supabase.github.io/pg_net/api/#nethttp_post. I understand the concept of Database Webhooks and how to use them, but as always, the devil is in the details.
What happens if HTTP/Webhook endpoint (URL) is (temporarily) not accessible for whatever reason? Will Supabase retry the GET/POST request after a while? If so, how many times? Are there any logs to see if there are issues?
Supabase
The question on everyone's mind - are we launching Supabase Functions? Well, it's complicated.

A PostgreSQL extension for async networking