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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...