init
This commit is contained in:
		
							
								
								
									
										6
									
								
								deployment/scripts/celery/start-beat.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								deployment/scripts/celery/start-beat.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
set -o errexit
 | 
			
		||||
set -o nounset
 | 
			
		||||
 | 
			
		||||
celery -A "$APP_NAME" beat -l info
 | 
			
		||||
							
								
								
									
										6
									
								
								deployment/scripts/celery/start-worker.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								deployment/scripts/celery/start-worker.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
set -o errexit
 | 
			
		||||
set -o nounset
 | 
			
		||||
 | 
			
		||||
celery -A "$APP_NAME" worker -l info
 | 
			
		||||
		Reference in New Issue
	
	Block a user