Sync all product data to Magento NS

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

State

9/5/2026 6:40:03 PM (+4m 23.778s) 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)

+460ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
1d67e14d
+269msGetting token for 143e853b-49e7-4f77-b548-7809674624ce, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+607msPayload: (empty)
+4m 23.666sRequest 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-05 18:37:35" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-05 18:38:45" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-05 18:38:53" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-05 18:38:54" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-05 18:38:57" } ], "summary": { "totalExecutionTime": 179.60960888863, "totalCategoryExecutionTime": 0, "totalProductExistsExecutionTime": 0.23481130599976, "totalLoadProductExecutionTime": 8.1974284648895, "totalUpdateProductDataExecutionTime": 113.9687666893, "totalCreateProductDataExecutionTime": 6.9880182743073, "totalStockProductDataExecutionTime": 1.3417143821716, "totalPriceProductDataExecutionTime": 30.045162677765, "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-05 18:37:35" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-05 18:38:45" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-05 18:38:53" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-05 18:38:54" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-05 18:38:57" } ], "failedProductsCount": 5, "First Store Code": "NSG" } }, "trace": null }

+95ms Enqueued

Triggered using recurring job manager

9/5/2026 6:35:39 PM Created