mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +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 | threads = 4 | ||||||
|  |  | ||||||
|  |  | ||||||
| # Worker timeout (default = 30 seconds) | # Worker timeout (default = 90 seconds) | ||||||
| timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 30) | timeout = os.environ.get('INVENTREE_GUNICORN_TIMEOUT', 90) | ||||||
|  |  | ||||||
| # Number of worker processes | # Number of worker processes | ||||||
| workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None) | workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user