cloud-functions-emulator
cloud-functions-emulator copied to clipboard
Add option to increase deployed function worker pool size
Right now each deployed function has a worker pool of min size 0 and max size 1. Allowing max size to go higher than one allows one to simulate multiple calls to a function being load-balanced across multiple instances of that function.
Is there an expected release date for this feature?