Scheduled Edge Function Timeout

I am attempting to use Edge functions to run a scheduled job (every five minutes) which imports data from a third-party API into my database. It keeps failing due to a timeout error, and I am wondering 1) if this is a valid use of Edge functions, and 2) how to bypass this timeout threshold so my function can continue to run in the background.
Was this page helpful?