Hello, I've been doing research today to figure out whether Trigger will fit our use-case and decided I might as well ask directly. We have a fairly large Supabase edge function that's outgrowing Supabase's limits (both memory and CPU time). The main constraint is the CPU time limit.
We've been exploring the idea of migrating the function into a Trigger job. Is Trigger realistic for a job that might take, in a worst-case scenario, 30s wall clock time (with pretty high CPU usage, but some network requests) and 500 MB of memory? We would probably trigger it using a database webhook or the official Supabase integration.