feat: gunicorn timeout 120s
This commit is contained in:
		@ -7,4 +7,4 @@ COPY . /app
 | 
			
		||||
 | 
			
		||||
RUN poetry install
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["poetry", "run", "gunicorn", "wsgi:app", "--bind", "0.0.0.0:5000"]
 | 
			
		||||
ENTRYPOINT ["poetry", "run", "gunicorn", "-c", "gunicorn_config.py", "wsgi:app", "--bind", "0.0.0.0:5000"]
 | 
			
		||||
							
								
								
									
										1
									
								
								gen_service/gunicorn_config.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								gen_service/gunicorn_config.py
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
timeout = 120
 | 
			
		||||
		Reference in New Issue
	
	Block a user