What is the “idle timeout” for an Oracle Function? That is, how long will it stay resident before being removed or terminated?
An Oracle Functions FAQ states, “After being idle, a function container is removed.”
I know the default timeout for the FN project is 30 seconds, but unfortunately, I can’t find anywhere documenting the “idle timeout” for Oracle Functions.
Knowing the idle timeout is helpful for capacity/concurrency planning.