Increase payment processor concurrency to 10
This commit is contained in:
parent
5ed5677405
commit
0b282fd471
@ -8,7 +8,7 @@ import { Payment } from '../entities/payment.entity';
|
||||
import { Repository } from 'typeorm';
|
||||
import { CreatePaymentDto } from '../dto/create-payment.dto';
|
||||
|
||||
@Processor(PAYMENT_QUEUE, { concurrency: 5 })
|
||||
@Processor(PAYMENT_QUEUE, { concurrency: 10 })
|
||||
@Injectable()
|
||||
export class PaymentProcessor extends WorkerHost {
|
||||
private readonly logger = new Logger(PaymentProcessor.name);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user