Troubleshooting techniques
This section describes common troubleshooting technics to debug and improve your Automations.
Automations (self-hosted version)
If you have any automations, that are not running via cron/webhook but can be executed manually, we recommend extending the below environment variables:
UI_BAKERY_AUTOMATION_TIMEOUT=90000
- the default timeout for the automation execution;UI_BAKERY_AUTOMATION_CODE_EXECUTION_TIMEOUT=30000
- the default timeout for JS execution in an automation;UI_BAKERY_DATASOURCE_TIMEOUT=90000
- the default timeout for a data source request.
If setting the variables doesn't help, please get in touch with the UI Bakery support team.
Last updated