hotFix: refs #8264 parallelism #1182
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1182
Loading…
Reference in New Issue
No description provided.
Delete Branch "8264-hotFix_globalInvoicing_paralellism"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix: refs #8264 parallelismto hotFix: refs #8264 parallelism@ -205,3 +205,1 @@
if (data) await this.makePdfAndNotify(data, address);
this.isInvoicing = false;
if (data) this.makePdfAndNotify(data, address);
await?
@ -221,3 +218,2 @@
this.addressIndex++;
if (this.status != 'stopping')
await this.invoiceClient(formData, this.addressIndex);
this.invoiceClient();
await?
@ -236,1 +231,4 @@
this.invoiceClientError(client, err.response?.data?.error?.message, true);
} finally {
this.nRequests--;
this.invoiceClient();
await?