I get the below issue on deploying to self hosted appwrite 1.8.0 functions, restarting the docker compose, or waiting a while, fixes it but is annoying.
Any ideas
Failed to start container: {"message":"failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: unknown"}
TL;DR
Developers are facing issues with deploying functions on self-hosted Appwrite 1.8.0 where restarting Docker Compose or waiting resolves the problem temporarily. The error message suggests a problem with creating a task for the container. Rechecking the Docker configuration and ensuring proper setup of the functions may help resolve the issue.