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
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?