Skip to main content

Can I remove the sixty-second timeout when executing a Python script in Tines?

Understanding Python scripts in Tines

Fergal Collins avatar
Written by Fergal Collins
Updated over a week ago

You can set the timeout for Run Script actions to a maximum of 110 seconds (up from 60 seconds) in cloud. The default is 10 and the maximum is 110.

For self-hosted deployments, you can override this by setting the RUN_SCRIPT_MAX_TIMEOUT environment variable on the Tines application. Learn more here.

👉 For more details on running Python scripts in Tines see here.

Did this answer your question?