Sync all product data to Magento NS

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

State

9/7/2026 1:40:28 AM (+4m 20.709s) 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)

+349ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
fb530f90
+337msGetting token for 143e853b-49e7-4f77-b548-7809674624ce, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+726msPayload: (empty)
+4m 20.657sRequest 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 01:37:57" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 01:39:08" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 01:39:15" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-07 01:39:15" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 01:39:18" } ], "summary": { "totalExecutionTime": 174.69335603714, "totalCategoryExecutionTime": 0, "totalProductExistsExecutionTime": 0.24305367469788, "totalLoadProductExecutionTime": 7.5149838924408, "totalUpdateProductDataExecutionTime": 109.86399960518, "totalCreateProductDataExecutionTime": 8.434858083725, "totalStockProductDataExecutionTime": 1.2976741790771, "totalPriceProductDataExecutionTime": 28.979271650314, "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 01:37:57" }, { "sku": "201-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 01:39:08" }, { "sku": "207-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 01:39:15" }, { "sku": "204-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\HALVRUND_TRAAD\" not found", "timestamp": "2026-09-07 01:39:15" }, { "sku": "206-2004", "storeCode": "NSG", "error": "Class \"Vangenplotz\\DataSync\\Model\\Calculator\\FIRKANTET_TRAAD\" not found", "timestamp": "2026-09-07 01:39:18" } ], "failedProductsCount": 5, "First Store Code": "NSG" } }, "trace": null }

+259ms Enqueued

Triggered using recurring job manager

9/7/2026 1:36:07 AM Created