2
Unable to change function timeout
Activity Feed
Sort by
Brian Boucheron
Hi Arturo. For functions created in the control panel, you can update the timeout on its Settings page. More info is here:
https://docs.digitalocean.com/products/functions/how-to/configure-functions/#resource-limits
If you've deployed your function using doctl from the command line, you can update this setting under the "limits" key in your "project.yaml" file. See the relevant project configuration documentation here:
https://docs.digitalocean.com/products/functions/reference/project-configuration/#limits
Thanks!