rohanOriginal post
Rank 4: Virtual Machine
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
Summary
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.