// Job ID: #1197655
using AG.A1.Scheduler.Project.Contracts.Contracts.ProjectAssignments;
var projectAssignmentAutoApprovalTask = Activate<IProjectAssignmentAutoApprovalTask>();
await projectAssignmentAutoApprovalTask.Run(null, null);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| RetryCount | |
| Time | |
Retry attempt 1 of 10: Request failed with status code ServiceUnavailable
An exception occurred during performance of the job.
Request failed with status code ServiceUnavailable
System.Net.Http.HttpRequestException: Request failed with status code ServiceUnavailable at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 389 at AG.A1.Framework.Rest.RESTClient.GetInternalAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, String expectedRootElement, IDictionary`2 parameters) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 210 at AG.Integrations.RESTClients.AlliantOneApiREST.Settings.SettingA1ApiClientController.GetProjectAssignmentSettings() in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\AlliantOneApiREST\Settings\SettingA1ApiClientController.cs:line 37 at AG.A1.Scheduler.Project.Application.Features.ProjectAssignments.Tasks.ProjectAssignmentAutoApprovalTask.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\ProjectAssignments\Tasks\ProjectAssignmentAutoApprovalTask.cs:line 23 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)