Sync all product data to Magento SS

The job is finished. It will be removed automatically 1/1/0001 12:00:00 AM.
// Id: #877653
using KA_scheduler.Services;

var jobService = Activate<JobService>();
await jobService.TriggerRequest(
    null,
    "Sync all product data to Magento SS",
    "https://mainapi.karasmussen.vpstage.no/api/sync?incrementalSync=true",
    FromJson<HttpMethod>("{\"Method\":\"GET\"}"),
    null,
    "SS");

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"MagentoSyncSS"
Time
1788876069

State

9/8/2026 2:03:16 PM (+2m 6.232s) 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)

+478ms Processing

Server:
40aee08e-3043-4bf8-b9ae-ae3800fca0fd
Worker:
15d858b6
+147msGetting token for 4f8cc448-df1e-4d78-aa01-024e98e67342, authUrl https://1ei6y3a3n2.execute-api.eu-north-1.amazonaws.com/Jwt
+450msPayload: (empty)
+2m 5.968sRequest 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>

+104ms Enqueued

Triggered using recurring job manager

9/8/2026 2:01:09 PM Created