IMP-300: Make no more than 2 adjustments in parallel (#380)

This commit is contained in:
Rinat Arsaev 2024-08-16 18:24:43 +05:00 committed by GitHub
parent c682179598
commit 6a990a79ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ export class CreatePaymentAdjustmentComponent extends DialogSuperclass<
),
this.progress$,
payments,
2,
)
.pipe(takeUntilDestroyed(this.destroyRef))
.subscribe((res) => {

View File

@ -55,6 +55,7 @@ export class CreatePaymentAdjustmentComponent extends DialogSuperclass<
),
this.progress$,
payments,
2,
)
.pipe(takeUntilDestroyed(this.destroyRef))
.subscribe((res) => {

View File

@ -55,6 +55,8 @@ export class CreateAdjustmentDialogComponent extends DialogSuperclass<
} as AdjustmentParams),
),
this.progress$,
this.dialogData.withdrawals,
2,
)
.pipe(takeUntilDestroyed(this.destroyRef))
.subscribe((res) => {