Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Introduce database statement timeout configuration in `config.py` and apply it in `client.py` for database connections. > > - **Configuration**: > - Add `DATABASE_STATEMENT_TIMEOUT_MS` in `config.py` with default 60000 ms. > - **Database Client**: > - Update `DB_CONNECT_ARGS` in `client.py` to include `statement_timeout` using `DATABASE_STATEMENT_TIMEOUT_MS`. > - Modify `create_async_engine` in `AgentDB` to use `DB_CONNECT_ARGS`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 0c2fddc79961a2f547c354c978f30f7882ff9641. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information