Sync all product data to Magento NS

The job is finished. It will be removed automatically 1/1/0001 12:00:00 AM.
// Id: #877542
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
1788842212

State

9/8/2026 4:41:11 AM (+4m 18.387s) 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)

+131ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
e98d93a8
+140msGetting token for 143e853b-49e7-4f77-b548-7809674624ce, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+583msPayload: (empty)
+4m 18.297sRequest 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-08 04:38:43" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-08 04:39:51" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-08 04:39:58" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-08 04:39:58" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-08 04:40:01" } ], "summary": { "totalExecutionTime": 171.35352420807, "totalCategoryExecutionTime": 0, "totalProductExistsExecutionTime": 0.34534287452698, "totalLoadProductExecutionTime": 7.7351500988007, "totalUpdateProductDataExecutionTime": 107.97475218773, "totalCreateProductDataExecutionTime": 7.0419342517853, "totalStockProductDataExecutionTime": 1.3071303367615, "totalPriceProductDataExecutionTime": 29.605220556259, "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-08 04:38:43" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-08 04:39:51" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-08 04:39:58" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-08 04:39:58" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-08 04:40:01" } ], "failedProductsCount": 5, "First Store Code": "NSG" } }, "trace": null }

+94ms Enqueued

Triggered using recurring job manager

9/8/2026 4:36:52 AM Created