Skip to content
Discussion options

You must be logged in to vote

runtime_timeout is applied at the deployment phase. You have to remove your previously deployed function if you want this parameter to take effect.

If what you want is to set a different timeout for each different function invocation, it is convenient to set the runtime_timeout parameter in your config file to a high value, and then use the execution_timeout parameter (< runtime_timeout) of the fexec.map() call.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nadeshseen
Comment options

@JosepSampe
Comment options

Answer selected by nadeshseen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants