// Id: #1266481
using TEQ.WorkerJobs.Jobs.ZoneHistory;
var zoneHistorySampleTask = Activate<ZoneHistorySampleTask>();
await zoneHistorySampleTask.Execute(null, null);
| CurrentCulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Input string was not in a correct format. Failure to parse near offset 39. Expected an ASCII digit.
System.FormatException: Input string was not in a correct format. Failure to parse near offset 39. Expected an ASCII digit. at System.String.FormatHelper(IFormatProvider provider, String format, ReadOnlySpan`1 args) at TEQ.WorkerJobs.Jobs.ZoneHistory.ZoneHistorySampleTask.LogError(Exception ex, String message, Object[] args) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\ZoneHistory\ZoneHistorySampleTask.cs:line 229 at TEQ.WorkerJobs.Jobs.ZoneHistory.ZoneHistorySampleTask.ExecuteTask(PerformContext context, CancellationToken cancellationToken) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\ZoneHistory\ZoneHistorySampleTask.cs:line 128 at TEQ.WorkerJobs.Jobs.BaseBackgroundTask.Execute(PerformContext context, CancellationToken cancellationToken) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\BaseBackgroundTask.cs:line 39 at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler