How often are new instances allocated for HTTP triggers?
As soon as there is a demand for them
Once a second
Every 30 seconds
Every minute
HTTP triggers get new instances at most every second. Non-HTTP triggers get them at most every 30 seconds.