// Id: #875582
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");
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
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)
Triggered using recurring job manager