The execution was started 3 days ago, but still in the processing status. Attempted to restart the server, but the process is still stuck in that state and I am unable to create new processes, as they go into waiting status. How do I clear them?
v1.2.1
Attempted to restart the server, but the process is still stuck in that state It's probably a ghost execution now and not processing.
Anything in your appwrite-worker-functions logs?
just that it started
how are you creating new executions? have you created a new execution since restarting?
Ah. I should have tried another execution. I saw those ones with waiting status and I didn't think to run another.
we can close this. Thanks.
ya unfortunately, those other waiting ones may have become ghost executions too if they were in the queue and now the queue is cleared (due to the restart). 1.3.x fixes a problem with queues being cleared after restart
Recommended threads
- Function executions fail with cURL error...
Appwrite version: 1.8.0 Executor version: 0.11.4 Function runtime: Python 3.12 SELF-HOSTED Function executions that occur at the same moment as the executor's ...
- Broken Appwrite can’t make functions nor...
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in ...
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...