Question on schedule event timeout

Hi everyone! Hope you all are doing great.

I’ve a question regarding the schedule event, in the documentation there is the following note:

The timeout period for app execution is 20 seconds

Does this means that, after 20 seconds of the start of the execution, the app will be stopped because it reached this limit? It isn’t clear to me if that is the case or not :face_with_diagonal_mouth:. If so, is possible to raise this limit? And if not, what is the actual behavior?

Thanks in advance!

Hi @Matheus_Souza_Silva ,

Yes, you understood it right. It refers to the app execution timeout. The event-specific timeouts can be configured using the manifest.json.

The request for timeout extension can be made through Dev Assist catalogue. The timeout can be increased for the below items only as shown in the image.

Regards,
Thakur

1 Like

Hi @Thakur_Ganeshsingh. Thanks for the answer!

One other question, what you showed in manifest.json, is possible to set the timeout of any function? Like a function that invokes a request?

Hi @Matheus_Souza_Silva ,

Kindly refer to app manifest document for more details on allowed usage. For instance, the allowed values for SMI are 5, 10, 15 and 20.

Regards,
Thakur

1 Like