Edge Function CPU Time Exceeded
I have an edge function that pulls queue messages and inserts data on my table.
There's a cron job that runs every 30 seconds which triggers that edge function.
I get CPU Time Exceeded knowing that the edge function executes a long-time running operation and sends data to another queues.
How can I solve this?
There's a cron job that runs every 30 seconds which triggers that edge function.
I get CPU Time Exceeded knowing that the edge function executes a long-time running operation and sends data to another queues.
How can I solve this?