|  |  | @ -24,6 +24,13 @@ import { PortfolioSnapshotProcessor } from './portfolio-snapshot.processor'; | 
			
		
	
		
			
				
					|  |  |  |   exports: [BullModule, PortfolioSnapshotService], | 
			
		
	
		
			
				
					|  |  |  |   imports: [ | 
			
		
	
		
			
				
					|  |  |  |     AccountBalanceModule, | 
			
		
	
		
			
				
					|  |  |  |     BullBoardModule.forFeature({ | 
			
		
	
		
			
				
					|  |  |  |       name: PORTFOLIO_SNAPSHOT_COMPUTATION_QUEUE, | 
			
		
	
		
			
				
					|  |  |  |       adapter: BullAdapter, | 
			
		
	
		
			
				
					|  |  |  |       options: { | 
			
		
	
		
			
				
					|  |  |  |         readOnlyMode: true | 
			
		
	
		
			
				
					|  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |     }), | 
			
		
	
		
			
				
					|  |  |  |     BullModule.registerQueue({ | 
			
		
	
		
			
				
					|  |  |  |       name: PORTFOLIO_SNAPSHOT_COMPUTATION_QUEUE, | 
			
		
	
		
			
				
					|  |  |  |       settings: { | 
			
		
	
	
		
			
				
					|  |  | @ -34,13 +41,6 @@ import { PortfolioSnapshotProcessor } from './portfolio-snapshot.processor'; | 
			
		
	
		
			
				
					|  |  |  |         ) | 
			
		
	
		
			
				
					|  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |     }), | 
			
		
	
		
			
				
					|  |  |  |     BullBoardModule.forFeature({ | 
			
		
	
		
			
				
					|  |  |  |       name: PORTFOLIO_SNAPSHOT_COMPUTATION_QUEUE, | 
			
		
	
		
			
				
					|  |  |  |       adapter: BullAdapter, | 
			
		
	
		
			
				
					|  |  |  |       options: { | 
			
		
	
		
			
				
					|  |  |  |         readOnlyMode: true | 
			
		
	
		
			
				
					|  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |     }), | 
			
		
	
		
			
				
					|  |  |  |     ConfigurationModule, | 
			
		
	
		
			
				
					|  |  |  |     DataProviderModule, | 
			
		
	
		
			
				
					|  |  |  |     ExchangeRateDataModule, | 
			
		
	
	
		
			
				
					|  |  | 
 |