IForwardTranscriptAlerts.Run

// Job ID: #340220
using AG.A1.Scheduler.Project.Contracts.Contracts.TCSPitBull;

var forwardTranscriptAlerts = Activate<IForwardTranscriptAlerts>();
await forwardTranscriptAlerts.Run(null, null);

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"Forward-Transcript-Alerts-Task"
RetryCount
10
Time
1760094007

State

10/10/2025 3:32:05 PM (+856ms) Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+20ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
3afc1fdf
+37msForwardTranscriptAlertsTask - Started at 10/10/2025 3:32:04 PM
+165msFinding emails starting: 2025-08-31T15:32:05Z
+800msGetEmails: Total Email Message Count: 6
+809msGetEmails: Email Messages Collection Count: 6
+818msForwardTranscriptAlertsTask - Failed at 10/10/2025 3:32:05 PMIndex was outside the bounds of the array.

+1h 53m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 10 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 3:32:04 PM

+846ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+24ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
3afc1fdf
+59msForwardTranscriptAlertsTask - Started at 10/10/2025 1:38:28 PM
+151msFinding emails starting: 2025-08-31T13:38:28Z
+762msGetEmails: Total Email Message Count: 4
+771msGetEmails: Email Messages Collection Count: 4
+779msForwardTranscriptAlertsTask - Failed at 10/10/2025 1:38:28 PMIndex was outside the bounds of the array.

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 9 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 1:38:19 PM

+684ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+96ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
dbbc53aa
+113msForwardTranscriptAlertsTask - Started at 10/10/2025 12:28:09 PM
+208msFinding emails starting: 2025-08-31T12:28:09Z
+682msGetEmails: Total Email Message Count: 4
+691msGetEmails: Email Messages Collection Count: 4
+712msForwardTranscriptAlertsTask - Failed at 10/10/2025 12:28:09 PMIndex was outside the bounds of the array.

+40m 47.227s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+30ms Scheduled

Retry attempt 8 of 10: Could not load file or assembly 'AG.A1.Scheduler.…

Enqueue at:
10/10/2025 12:28:01 PM

+203ms Failed

Can not change the state to 'Processing': target method was not found.

System.IO.FileNotFoundException

Could not load file or assembly 'AG.A1.Scheduler.Project.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'AG.A1.Scheduler.Project.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'AG.A1.Scheduler.Project.Contracts, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)
   at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, RuntimeAssembly requestingAssembly, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Hangfire.Common.TypeHelper.AssemblyResolver(String assemblyString)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Hangfire.Common.TypeHelper.CachedAssemblyResolver(AssemblyName assemblyName)
   at System.TypeNameParser.ResolveAssembly(String asmName, Func`2 assemblyResolver, Boolean throwOnError, StackCrawlMark& stackMark)
   at System.TypeNameParser.ConstructType(Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.TypeNameParser.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError)
   at Hangfire.Common.TypeHelper.DefaultTypeResolver(String typeName)
   at Hangfire.Storage.InvocationData.DeserializeJob()

+23m 704ms Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 7 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:47:07 AM

+747ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+30ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
9a687009
+50msForwardTranscriptAlertsTask - Started at 10/10/2025 11:24:20 AM
+75msFinding emails starting: 2025-08-31T11:24:20Z
+678msGetEmails: Total Email Message Count: 4
+687msGetEmails: Email Messages Collection Count: 4
+698msForwardTranscriptAlertsTask - Failed at 10/10/2025 11:24:20 AMIndex was outside the bounds of the array.

+13m 15.093s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 6 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:24:14 AM

+540ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+24ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
dc503531
+50msForwardTranscriptAlertsTask - Started at 10/10/2025 11:11:04 AM
+82msFinding emails starting: 2025-08-31T11:11:04Z
+506msGetEmails: Total Email Message Count: 4
+515msGetEmails: Email Messages Collection Count: 4
+525msForwardTranscriptAlertsTask - Failed at 10/10/2025 11:11:04 AMIndex was outside the bounds of the array.

+5m 14.760s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 5 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:10:55 AM

+440ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+23ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
3afc1fdf
+34msForwardTranscriptAlertsTask - Started at 10/10/2025 11:05:49 AM
+69msFinding emails starting: 2025-08-31T11:05:49Z
+405msGetEmails: Total Email Message Count: 4
+412msGetEmails: Email Messages Collection Count: 4
+418msForwardTranscriptAlertsTask - Failed at 10/10/2025 11:05:49 AMIndex was outside the bounds of the array.

+2m 44.557s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 4 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:05:44 AM

+603ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+20ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
e6abd010
+29msForwardTranscriptAlertsTask - Started at 10/10/2025 11:03:04 AM
+68msFinding emails starting: 2025-08-31T11:03:04Z
+541msGetEmails: Total Email Message Count: 4
+560msGetEmails: Email Messages Collection Count: 4
+569msForwardTranscriptAlertsTask - Failed at 10/10/2025 11:03:04 AMIndex was outside the bounds of the array.

+1m 59.590s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 3 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:02:53 AM

+543ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+20ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
9a687009
+34msForwardTranscriptAlertsTask - Started at 10/10/2025 11:01:03 AM
+76msFinding emails starting: 2025-08-31T11:01:03Z
+506msGetEmails: Total Email Message Count: 4
+514msGetEmails: Email Messages Collection Count: 4
+522msForwardTranscriptAlertsTask - Failed at 10/10/2025 11:01:04 AMIndex was outside the bounds of the array.

+29.587s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 2 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:00:52 AM

+440ms Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+23ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
e6abd010
+24msForwardTranscriptAlertsTask - Started at 10/10/2025 11:00:33 AM
+57msFinding emails starting: 2025-08-31T11:00:33Z
+374msGetEmails: Total Email Message Count: 4
+395msGetEmails: Email Messages Collection Count: 4
+412msForwardTranscriptAlertsTask - Failed at 10/10/2025 11:00:34 AMIndex was outside the bounds of the array.

+22.293s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 1 of 10: Index was outside the bounds of the array.

Enqueue at:
10/10/2025 11:00:29 AM

+4.024s Failed

An exception occurred during performance of the job.

System.IndexOutOfRangeException

Index was outside the bounds of the array.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at AG.A1.Scheduler.Project.Application.Features.TCSPitBull.ForwardTranscriptAlertsTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\TCSPitBull\ForwardTranscriptAlertsTask.cs:line 0
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+53ms Processing

Server:
dw1sdwk000bbd:2732
Worker:
dc503531
+686msForwardTranscriptAlertsTask - Started at 10/10/2025 11:00:08 AM
+1.198sFinding emails starting: 2025-08-31T11:00:08Z
+3.997sGetEmails: Total Email Message Count: 4
+4.003sGetEmails: Email Messages Collection Count: 4
+4.014sForwardTranscriptAlertsTask - Failed at 10/10/2025 11:00:11 AMIndex was outside the bounds of the array.

+120ms Enqueued

Triggered by recurring job scheduler

Queue:
tcs-pitbull

10/10/2025 11:00:07 AM Created