Is there a way to prevent the cleanup of a function container?
Cleanup? You mean shutdown?
Like every 60 minutes a script is ran to check for inactive functions and cleans them up?
Can I prevent a specific function container from being cleaned?
For your case I would recommend going with the 3rd solution.
Sounds good, so just create another function that's set on a timer to ping this function every 30 minutes?
Yes, if your Threshold + Checking interval is 30 minutes.
That way you'll be able to treat other function like you use to
Sounds good, thanks!
[SOLVED] 1.4.3 functions disable cleanup
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?