-
I have an edge function with a background task executing for 5 minutes. This should complete based on the pro time limits of 400 s. But the task dies in 2:30 minutes itself. I have tried deleting and redeploying the edge function but it does not help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to solve this. I was on the free plan initially and then upgraded to pro. My infra continued to remain on the nano plan from the free tier. A free upgrade to micro from nano is possible while on Pro. Upgrading to micro fixed my issue. My background tasks on edge functions were able to run for more than 150 seconds. |
Beta Was this translation helpful? Give feedback.
I was able to solve this. I was on the free plan initially and then upgraded to pro. My infra continued to remain on the nano plan from the free tier. A free upgrade to micro from nano is possible while on Pro. Upgrading to micro fixed my issue. My background tasks on edge functions were able to run for more than 150 seconds.