
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
- session cookie not saving
it appears with my app hosted on Cloudflare worker pages, when i try to login it does not save the session cookie. however it saves in on localhost and no probl...
- Installation with Docker and Extra Servi...
See: https://github.com/appwrite/appwrite/issues/10673
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
