hotFix: refs #8264 parallelism #1182

Merged
alexm merged 5 commits from 8264-hotFix_globalInvoicing_paralellism into master 2025-01-09 09:11:37 +00:00
Member
No description provided.
alexm added 1 commit 2025-01-07 14:05:20 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
ebb4d36fda
fix: refs #8264 parallelism
alexm added 1 commit 2025-01-08 13:29:41 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
83d4997c89
Merge branch 'master' into 8264-hotFix_globalInvoicing_paralellism
alexm added 2 commits 2025-01-09 06:56:06 +00:00
alexm changed target branch from master to test 2025-01-09 06:59:07 +00:00
alexm changed target branch from test to master 2025-01-09 07:00:19 +00:00
alexm requested review from jorgep 2025-01-09 07:00:42 +00:00
alexm changed title from fix: refs #8264 parallelism to hotFix: refs #8264 parallelism 2025-01-09 07:03:01 +00:00
jorgep reviewed 2025-01-09 09:03:17 +00:00
@ -205,3 +205,1 @@
if (data) await this.makePdfAndNotify(data, address);
this.isInvoicing = false;
if (data) this.makePdfAndNotify(data, address);
Member

await?

await?
jorgep reviewed 2025-01-09 09:04:21 +00:00
@ -221,3 +218,2 @@
this.addressIndex++;
if (this.status != 'stopping')
await this.invoiceClient(formData, this.addressIndex);
this.invoiceClient();
Member

await?

await?
jorgep reviewed 2025-01-09 09:04:35 +00:00
@ -236,1 +231,4 @@
this.invoiceClientError(client, err.response?.data?.error?.message, true);
} finally {
this.nRequests--;
this.invoiceClient();
Member

await?

await?
jorgep approved these changes 2025-01-09 09:10:13 +00:00
alexm added 1 commit 2025-01-09 09:10:22 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
3a7f46856a
Merge branch 'master' into 8264-hotFix_globalInvoicing_paralellism
alexm merged commit 45365ba933 into master 2025-01-09 09:11:37 +00:00
alexm deleted branch 8264-hotFix_globalInvoicing_paralellism 2025-01-09 09:11:38 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1182
No description provided.