mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-11-04 07:43:42 +00:00 
			
		
		
		
	feat: add workers autodicsovery feature (#121)
* add workers autodicsovery feature * suppress erros while retrieving worker list * update recipes * fix tests and update docs * filter health checks * ping based workers
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
			
		||||
target = configuration
 | 
			
		||||
 | 
			
		||||
[build]
 | 
			
		||||
triggers = ahriman.core.upload.UploadTrigger ahriman.core.report.ReportTrigger
 | 
			
		||||
triggers = ahriman.core.distributed.WorkerTrigger ahriman.core.upload.UploadTrigger ahriman.core.report.ReportTrigger
 | 
			
		||||
 | 
			
		||||
[status]
 | 
			
		||||
address = http://backend:8080
 | 
			
		||||
@ -20,3 +20,6 @@ wait_timeout = 0
 | 
			
		||||
target = remote-service
 | 
			
		||||
 | 
			
		||||
[remote-service]
 | 
			
		||||
 | 
			
		||||
[worker]
 | 
			
		||||
address = http://$HOSTNAME:8080
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user