
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
- Internal curl errors has occurred within...
Recently, I tried executing a function in my project. Got this error in failed requests randomly: ```Internal curl errors has occurred within the executor! Err...
- Functions seem to be broken
Whenever I try to execute a function it times out then when I try to run it again I get something along the lines of: "networkpolicies.networking.k8s.io "f43c5...
- Dynamic API Key issue
I have created new function in Appwrite cloud. In function I using below code to initialize Appwrite client const client = new Client() .setEndpoint(con...
