Hi there, I am running appwrite 1.4.13 and when a function times out and I trigger another execution the function waits forever. Is there a way to stop an execution because it stays in wait no matter if I restart appwrite or not.
Any help would be great!
TL;DR
Developers running appwrite 1.4.13 facing an issue where executing a function that times out causes subsequent executions to wait indefinitely. Looking for a solution to stop the execution loop even after restarting appwrite.Recommended threads
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...