Support for long-running tasks?
I'm working on a project which requires a few different long-running APIs and I was wondering about the setup for this. I can run my frontend (sveltekit) on an edge function, and one or two others as functions, but I have worker tasks which consume a postgres job queue. Is the best way to do this to have a docker container and have multiple apis running in it as sidecars, then have an nginx wrapper to all of them or something?
I wish there was some kind of fargate/long-running function feature in supabase.
Thanks!
I wish there was some kind of fargate/long-running function feature in supabase.
Thanks!