Hi. I have an app with several edge functions. They access the database using the service role key and the supabase-js API. One of them is invoked on page load. If I refresh the page several times in a row, then all of my edge functions will be stuck at "Pending" in Chrome until I either leave the page for a while or close/reopen my browser (which always fixes it). Under normal circumstances, all of the edge functions work normally. Does anyone know why?