// Job ID: #1168545
using AG.A1.Scheduler.Project.Contracts.Contracts.FederalFilingDeadLine;
var commitFederalFilingDeadLineCommandHandler = Activate<ICommitFederalFilingDeadLineCommandHandler>();
await commitFederalFilingDeadLineCommandHandler.Run(null, null);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Request failed with status code InternalServerError
System.Net.Http.HttpRequestException: Request failed with status code InternalServerError at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\Users\rkuruvilla\Source\Repos\alliantOne\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 392 at AG.A1.Framework.Rest.RESTClient.GetInternalAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, String expectedRootElement, IDictionary`2 parameters) in C:\Users\rkuruvilla\Source\Repos\alliantOne\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 209 at AG.Integrations.RESTClients.AlliantOneApiREST.FilingFederalDeadLineController.FilingFederalDeadLineA1ApiClientController.GetHolidayDates() in C:\Users\rkuruvilla\Source\Repos\alliantOne\A1Solution\src-integrations\AG.Integrations.RESTClients\AlliantOneApiREST\FilingFederalDeadLineController\FilingFederalDeadLineA1ApiClientController.cs:line 28 at AG.A1.Scheduler.Project.Application.Features.FederalFilingDeadLine.Commands.CommitFederalFilingDeadLineCommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\Users\rkuruvilla\Source\Repos\alliantOne\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\FederalFilingDeadLine\Commands\CommitFederalFilingDeadLineCommandHandler.cs:line 41 at System.Runtime.CompilerServices.TaskAwaiter.GetResult()