You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
What do you think about making the 30 seconds inactivity timeout a parameter for hot functions (http mode) ?
I can think about a function with high overhead in loading or database connection
If this function is called every 2 min from 8am to 9am for example, I think it would be great to tune the timeout efficiently
WDYT ?
The text was updated successfully, but these errors were encountered:
@WTFKr0 I assume there's only one way to define timeout:
extend HTTP Post to /{app}/routes to include new parameter (let's say, inactivity_timeout), but make it optional (similar to other optional parameter we maintain right now)
Hi
What do you think about making the 30 seconds inactivity timeout a parameter for hot functions (http mode) ?
I can think about a function with high overhead in loading or database connection
If this function is called every 2 min from 8am to 9am for example, I think it would be great to tune the timeout efficiently
WDYT ?
The text was updated successfully, but these errors were encountered: