// Job ID: #151557266
using DPoint.Scheduler.Infrastructure.Tasks;
var updateMerchantPostStatsTask = Activate<UpdateMerchantPostStatsTask>();
await updateMerchantPostStatsTask.ExecuteJob();
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Response status code does not indicate success: 405 (Method Not Allowed).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 405 (Method Not Allowed). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at DPoint.Scheduler.Infrastructure.Tasks.UpdateMerchantPostStatsTask.ExecuteJob() in /src/DPoint.Scheduler.Infrastructure/Tasks/UpdateMerchantPostStatsTask.cs:line 40 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)