Long running jobs
I would like to run some long running processing operation.
How can we do that? using Actions? there is just 10 minutes timeout?
1 Reply
That’s right. What is the usecase out of curiosity?
For AI town we have a long running action that runs simulations, then before the timeout expires recursively schedules itself and passes through any necessary state
In another app I have a singleton service holding open a websocket connection with Discord that then writes to convex, but for that I am running the long-running service in a container on fly.io
Both projects are open source