mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	[BUG] Increase worker-timeout to account for install times (#4285)
Fixes #4284
This commit is contained in:
		| @@ -18,8 +18,8 @@ worker_tmp_dir = '/dev/shm'  # Write temp file to RAM (faster) | ||||
| threads = 4 | ||||
|  | ||||
|  | ||||
| # Worker timeout (default = 30 seconds) | ||||
| timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 30) | ||||
| # Worker timeout (default = 90 seconds) | ||||
| timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 90) | ||||
|  | ||||
| # Number of worker processes | ||||
| workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user