mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Handle exception when creating default labels (#5163)
* Handle exception when creating default labels - Running workers in parallel may cause race conditions - Catch any exception which is raised * Prevent password from being logged * Update default timeout for docker
This commit is contained in:
		| @@ -42,7 +42,7 @@ INVENTREE_DB_PORT=5432 | ||||
| #INVENTREE_CACHE_PORT=6379 | ||||
|  | ||||
| # Options for gunicorn server | ||||
| INVENTREE_GUNICORN_TIMEOUT=30 | ||||
| INVENTREE_GUNICORN_TIMEOUT=90 | ||||
|  | ||||
| # Enable custom plugins? | ||||
| INVENTREE_PLUGINS_ENABLED=False | ||||
|   | ||||
		Reference in New Issue
	
	Block a user