Set default CELERY_WORKER_CONCURRENCY to prevent unexpected ram usage
from it defaulting to number of cpus
This commit is contained in:
		
							parent
							
								
									013c879d32
								
							
						
					
					
						commit
						155f930739
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -12,6 +12,7 @@ env:
 | 
				
			||||||
  normal:
 | 
					  normal:
 | 
				
			||||||
    ENABLE_SOCIAL_AUTH: false
 | 
					    ENABLE_SOCIAL_AUTH: false
 | 
				
			||||||
    GLITCHTIP_DOMAIN: https://example.com
 | 
					    GLITCHTIP_DOMAIN: https://example.com
 | 
				
			||||||
 | 
					    CELERY_WORKER_CONCURRENCY: "2"  # Remove to set to number of cpus
 | 
				
			||||||
  secret:
 | 
					  secret:
 | 
				
			||||||
    SECRET_KEY: # Required
 | 
					    SECRET_KEY: # Required
 | 
				
			||||||
    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
					    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue