Some checks failed
		
		
	
	Docs CI / lint-and-preview (push) Has been cancelled
				
			- Introduced RunnerBackgroundService to handle execution of runner segments. - Added RunnerExecutionService for processing segments and aggregating results. - Implemented PlannerQueueDispatchService to manage dispatching of planner messages. - Created PlannerQueueDispatcherBackgroundService for leasing and processing planner queue messages. - Developed ScannerReportClient for interacting with the scanner service. - Enhanced observability with SchedulerWorkerMetrics for tracking planner and runner performance. - Added comprehensive documentation for the new runner execution pipeline and observability metrics. - Implemented event emission for rescan activity and scanner report readiness.
		
			
				
	
	
		
			29 lines
		
	
	
		
			991 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			991 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Substitutions for docker-compose.dev.yaml
 | |
| MONGO_INITDB_ROOT_USERNAME=stellaops
 | |
| MONGO_INITDB_ROOT_PASSWORD=dev-password
 | |
| MINIO_ROOT_USER=stellaops
 | |
| MINIO_ROOT_PASSWORD=dev-minio-secret
 | |
| MINIO_CONSOLE_PORT=9001
 | |
| RUSTFS_HTTP_PORT=8080
 | |
| AUTHORITY_ISSUER=https://authority.localtest.me
 | |
| AUTHORITY_PORT=8440
 | |
| SIGNER_POE_INTROSPECT_URL=https://licensing.svc.local/introspect
 | |
| SIGNER_PORT=8441
 | |
| ATTESTOR_PORT=8442
 | |
| CONCELIER_PORT=8445
 | |
| SCANNER_WEB_PORT=8444
 | |
| UI_PORT=8443
 | |
| NATS_CLIENT_PORT=4222
 | |
| SCANNER_QUEUE_BROKER=nats://nats:4222
 | |
| SCANNER_EVENTS_ENABLED=false
 | |
| SCANNER_EVENTS_DRIVER=redis
 | |
| # Leave SCANNER_EVENTS_DSN empty to inherit the Redis queue DSN when SCANNER_QUEUE_BROKER uses redis://.
 | |
| SCANNER_EVENTS_DSN=
 | |
| SCANNER_EVENTS_STREAM=stella.events
 | |
| SCANNER_EVENTS_PUBLISH_TIMEOUT_SECONDS=5
 | |
| SCANNER_EVENTS_MAX_STREAM_LENGTH=10000
 | |
| SCHEDULER_QUEUE_KIND=Nats
 | |
| SCHEDULER_QUEUE_NATS_URL=nats://nats:4222
 | |
| SCHEDULER_STORAGE_DATABASE=stellaops_scheduler
 | |
| SCHEDULER_SCANNER_BASEADDRESS=http://scanner-web:8444
 |