
Hi,
my functions was working good in 1.5.3 but after upgrading to 1.5.6 im getting timed out error Function timed out during preparation.\nError Code: 400
TL;DR
Functions timing out after upgrading from version 1.5.3 to 1.5.6, with an error message mentioning Docker and NanoCPUs not being set. This issue stems from the kernel not supporting CPU CFS scheduler or the cgroup not being mounted. To resolve this problem, developers can check if the kernel supports CPU CFS scheduler by running 'docker run --help' and ensure the cgroup is properly mounted.
all my functions are not working

openruntimes-executor>Logs
TypeScript
[Error] Type: Exception
[Error] Message: Docker Error: docker: Error response from daemon: NanoCPUs can not be set, as your kernel does not support CPU CFS scheduler or the cgroup is not mounted.
See 'docker run --help'.
[Error] File: /usr/local/app/http.php
[Error] Line: 613
Recommended threads
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
