mirror of
				https://github.com/samuelclay/NewsBlur.git
				synced 2025-11-01 09:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			571 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			571 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[program:celeryd_beat_feeds]
 | 
						|
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q beat_feeds_task -c 1
 | 
						|
directory=/srv/newsblur
 | 
						|
user=sclay
 | 
						|
numprocs=1
 | 
						|
stdout_logfile=/var/log/celeryd_beat_feeds.log
 | 
						|
stderr_logfile=/var/log/celeryd_beat_feeds.log
 | 
						|
autostart=true
 | 
						|
autorestart=true
 | 
						|
startsecs=10
 | 
						|
;process_name=%(program_name)s_%(process_num)03d
 | 
						|
 | 
						|
; Need to wait for currently executing tasks to finish at shutdown.
 | 
						|
; Increase this if you have very long running tasks.
 | 
						|
stopwaitsecs = 60
 | 
						|
 | 
						|
; if rabbitmq is supervised, set its priority higher
 | 
						|
; so it starts first
 | 
						|
priority=998
 |