Sync all product data to Magento NS

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

State

9/3/2026 11:47:30 AM (+9m 46.518s) 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: 502 Bad Gateway

System.Net.Http.HttpRequestException: Request to https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true failed: 502 Bad Gateway
   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)

+577ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
26774d5a
+139msGetting token for 143e853b-49e7-4f77-b548-7809674624ce, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+437msPayload: (empty)
+9m 46.461sRequest failed: 502 Bad Gateway URL: https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true Body: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>

+87ms Enqueued

Triggered using recurring job manager

9/3/2026 11:37:42 AM Created