Hi,
I'm building an edge function that when invoked fetches some data from an external API and then pushes it to SupaBase's database. The issue here is, that fetching and parsing this data takes some time and it looks like the function instance is closed before it can finish running. How long does an instance of a function live? Any ideas on how to extend the lifecycle of a function/circumvent the issue?