i am guessing this might be the issue with my own server because of lot of executions simultaneously ?
also most of redeployments get stuck on "building" and then "failed"
i restarted docker compose and i see some files are just not found in redployment so i am deploying those functions from backup folder
With what error?
file not found
after i did docker compose up -d
earlier i didnt check the error
since the issue is not appearing after deploying files manually instead of clicking on "redploy" i will close the issue for now
[CLOSED] openruntimes/executor ran out of memory
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?