mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Use BullMQAdapter (#11367)
This commit is contained in:
		
							parent
							
								
									8851e90316
								
							
						
					
					
						commit
						ac6a8edf0b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@ import { dirname } from 'node:path';
 | 
			
		|||
import { fileURLToPath } from 'node:url';
 | 
			
		||||
import { Inject, Injectable } from '@nestjs/common';
 | 
			
		||||
import { createBullBoard } from '@bull-board/api';
 | 
			
		||||
import { BullAdapter } from '@bull-board/api/bullAdapter.js';
 | 
			
		||||
import { BullMQAdapter } from '@bull-board/api/bullMQAdapter.js';
 | 
			
		||||
import { FastifyAdapter } from '@bull-board/fastify';
 | 
			
		||||
import ms from 'ms';
 | 
			
		||||
import sharp from 'sharp';
 | 
			
		||||
| 
						 | 
				
			
			@ -168,7 +168,7 @@ export class ClientServerService {
 | 
			
		|||
				this.dbQueue,
 | 
			
		||||
				this.objectStorageQueue,
 | 
			
		||||
				this.webhookDeliverQueue,
 | 
			
		||||
			].map(q => new BullAdapter(q)),
 | 
			
		||||
			].map(q => new BullMQAdapter(q)),
 | 
			
		||||
			serverAdapter,
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue