hpatel-higi commented on issue #18846:
URL: https://github.com/apache/airflow/issues/18846#issuecomment-942485538
Still getting that error.
I set the sql_alchemy_connect_args values as such: `sql_alchemy_connect_args
= log_config.KEEPALIVE_KWARGS`
Inside log_config.py i have:
```
KEEPALIVE_KWARGS: Dict[str, Any] = {
"keepalives": 1,
"keepalives_idle": 30,
"keepalives_interval": 5,
"keepalives_count": 5
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]