engine = create_engine(DATABASE_URL, connect_args={'connect_timeout': 120}, pool_pre_ping=True)
1. create_engine 에서 parameter 로 시간제한 증가 설정
반응형
'개발 > Python' 카테고리의 다른 글
FastAPI 환경에서 Nginx 와 Uvicorn 을 통한 Deploy (0) | 2022.09.07 |
---|---|
BeautifulSoup 4 (0) | 2020.08.07 |
Selenium Locating Elements (0) | 2020.08.04 |