Sync all product data to Magento NS

The job is finished. It will be removed automatically 1/1/0001 12:00:00 AM.
// Id: #877344
using KA_scheduler.Services;

var jobService = Activate<JobService>();
await jobService.TriggerRequest(
    null,
    "Sync all product data to Magento NS",
    "https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true",
    FromJson<HttpMethod>("{\"Method\":\"GET\"}"),
    null,
    "NS");

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"MagentoSyncNS"
Time
1788781149

State

9/7/2026 11:54:32 AM (+15m 22.014s) Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException (40aee08e-3043-4bf8-b9ae-ae3800fca0fd)

Request to https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true failed: 500 Internal Server Error

System.Net.Http.HttpRequestException: Request to https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true failed: 500 Internal Server Error
   at KA_scheduler.Services.JobService.TriggerRequest(PerformContext consoleContext, String name, String url, HttpMethod method, String payload, String storeCode) in /buddy/dotnet-scheduler/Services/JobService.cs:line 178
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+282ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
e95297e9
+152msGetting token for 143e853b-49e7-4f77-b548-7809674624ce, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+758msPayload: (empty)
+15m 21.947sRequest failed: 500 Internal Server Error URL: https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true Body: { "message": "Sync hit 5 product-specific error(s).", "parameters": { "failedProducts": [ { "sku": "204-2004-0200100", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-07 11:46:59" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 11:52:42" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 11:53:05" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-07 11:53:05" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 11:53:15" } ], "summary": { "totalExecutionTime": 838.32926702499, "totalCategoryExecutionTime": 0, "totalProductExistsExecutionTime": 1.6861727237701, "totalLoadProductExecutionTime": 30.18888258934, "totalUpdateProductDataExecutionTime": 155.50437140465, "totalCreateProductDataExecutionTime": 7.741592168808, "totalStockProductDataExecutionTime": 1.5762062072754, "totalPriceProductDataExecutionTime": 580.85783934593, "ExistingProducts": 1871, "NewProducts": 0, "ignoredStock": 2004, "updatedStock": 0, "failedProducts": [ { "sku": "204-2004-0200100", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-07 11:46:59" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 11:52:42" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 11:53:05" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-07 11:53:05" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 11:53:15" } ], "failedProductsCount": 5, "First Store Code": "NSG" } }, "trace": null }

+105ms Enqueued

Triggered using recurring job manager

9/7/2026 11:39:09 AM Created