After creating a function it works well but after a week or two all the execution starts failing with this error :
An internal curl error has occurred while starting runtime! Error Msg: Docker Error: docker: Error response from daemon: Conflict. The container name "/appwrite-executor-ai-66102bed9283faad8ebd" is already in use by container "f3024415bacfd8d839385965be2ab8e25181a54bf92534df46ee68ffa8db586c". You have to remove (or rename) that container to be able to reuse that name.
And after i remove the executor container it works again. Is it a configuration that i'm missing or maybe is it because i deployed multiple worker-functions to have multiple sync runs ?? or maybe another thing ?
If you need more logs from the containers could you provide a link or steps to get the debug logs from the various containers.
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...