Sync all product data to Magento NS

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

State

9/4/2026 8:52:51 PM (+15m 13.970s) 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)

+579ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
053dec5c
+149msGetting token for 143e853b-49e7-4f77-b548-7809674624ce, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+540msPayload: (empty)
+15m 13.889sRequest 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-04 20:45:18" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-04 20:51:01" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-04 20:51:23" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-04 20:51:23" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-04 20:51:31" } ], "summary": { "totalExecutionTime": 827.46672511101, "totalCategoryExecutionTime": 0, "totalProductExistsExecutionTime": 1.6945126056671, "totalLoadProductExecutionTime": 30.608160972595, "totalUpdateProductDataExecutionTime": 155.94895482063, "totalCreateProductDataExecutionTime": 8.7064056396484, "totalStockProductDataExecutionTime": 1.5695385932922, "totalPriceProductDataExecutionTime": 567.76121616364, "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-04 20:45:18" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-04 20:51:01" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-04 20:51:23" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-04 20:51:23" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-04 20:51:31" } ], "failedProductsCount": 5, "First Store Code": "NSG" } }, "trace": null }

+103ms Enqueued

Triggered using recurring job manager

9/4/2026 8:37:36 PM Created