// Id: #7374023
using Inpart.Integracao.GerenciadorJobs.Services;
var jobConsultaSituacaoService = Activate<JobConsultaSituacaoService>();
await jobConsultaSituacaoService.ExecutarAtividade();
| CurrentCulture | |
| RecurringJobId | |
| RetryCount | |
| Time | |
Exceeded the maximum number of retry attempts.
Could not load type 'Inpart.Integracao.GerenciadorJobs.Services.JobConsultaSituacaoService' from assembly 'Inpart.Integracao.GerenciadorJobs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Can not change the state to 'Enqueued': target method was not found.
Could not load type 'Inpart.Integracao.GerenciadorJobs.Services.JobConsultaSituacaoService' from assembly 'Inpart.Integracao.GerenciadorJobs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException: Could not load type 'Inpart.Integracao.GerenciadorJobs.Services.JobConsultaSituacaoService' from assembly 'Inpart.Integracao.GerenciadorJobs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. at System.Reflection.RuntimeAssembly.GetTypeCore(String typeName, ReadOnlySpan`1 nestedTypeNames, Boolean throwOnError, Boolean ignoreCase) at System.Reflection.TypeNameParser.GetType(String typeName, ReadOnlySpan`1 nestedTypeNames, String assemblyNameIfAny) at System.Reflection.TypeNameParser.NamespaceTypeName.ResolveType(TypeNameParser& parser, String containingAssemblyIfAny) at Hangfire.Common.TypeHelper.TypeResolver(Assembly assembly, String typeName, Boolean ignoreCase) in C:\projects\hangfire-525\src\Hangfire.Core\Common\TypeHelper.cs:line 241 at System.Reflection.TypeNameParser.GetType(String typeName, ReadOnlySpan`1 nestedTypeNames, String assemblyNameIfAny) at System.Reflection.TypeNameParser.NamespaceTypeName.ResolveType(TypeNameParser& parser, String containingAssemblyIfAny) at System.Type.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError) at Hangfire.Common.TypeHelper.DefaultTypeResolver(String typeName) in C:\projects\hangfire-525\src\Hangfire.Core\Common\TypeHelper.cs:line 78 at Hangfire.Storage.InvocationData.DeserializeJob() in C:\projects\hangfire-525\src\Hangfire.Core\Storage\InvocationData.cs:line 96
Retry attempt 1 of 1: Executable doesn't exist at /root/.cache/ms-playw…
An exception occurred during performance of the job.
Executable doesn't exist at /root/.cache/ms-playwright/chromium_headless_shell-1187/chrome-linux/headless_shell ╔════════════════════════════════════════════════════════════╗ ║ Looks like Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ pwsh bin/Debug/netX/playwright.ps1 install ║ ║ ║ ║ <3 Playwright Team ║ ╚════════════════════════════════════════════════════════════╝
Microsoft.Playwright.PlaywrightException: Executable doesn't exist at /root/.cache/ms-playwright/chromium_headless_shell-1187/chrome-linux/headless_shell ╔════════════════════════════════════════════════════════════╗ ║ Looks like Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ pwsh bin/Debug/netX/playwright.ps1 install ║ ║ ║ ║ <3 Playwright Team ║ ╚════════════════════════════════════════════════════════════╝ at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 201 at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal, String title) in /_/src/Playwright/Transport/Connection.cs:line 499 at Microsoft.Playwright.Core.BrowserType.LaunchAsync(BrowserTypeLaunchOptions options) in /_/src/Playwright/Core/BrowserType.cs:line 56 at Inpart.Integracao.GerenciadorJobs.Services.JobConsultaSituacaoService.ConsultarSituacaoAnvisa(String cdAnvisa) in /src/Inpart.Integracao.GerenciadorJobs/Services/JobConsultaSituacaoService.cs:line 437 at Inpart.Integracao.GerenciadorJobs.Services.JobConsultaSituacaoService.ProcessarItensSituacaoAnvisa(ConsultaSituacao consulta) in /src/Inpart.Integracao.GerenciadorJobs/Services/JobConsultaSituacaoService.cs:line 276 at Inpart.Integracao.GerenciadorJobs.Services.JobConsultaSituacaoService.ExecutarAtividade() in /src/Inpart.Integracao.GerenciadorJobs/Services/JobConsultaSituacaoService.cs:line 67 at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler