rohan
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. rohan
all my functions are not working
rohan
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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...