|
|
|
|
|
by thundergolfer
1143 days ago
|
|
Thanks for trying it out! 2-3c per run seems very high. That's probably just the cost if you have to spin up a new container. You can shorten the idle timeout on a container if its going to just serve one request typically. If it's going to serve more requests, then the startup and idle shutdown cost is amortized over more requests :) |
|