Failed to process the job 'xxxx': an exception occurred. #1110
Unanswered
RogerLam-Seamless
asked this question in
Q&A
Replies: 1 comment
-
Like this issue #1109 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
After upgrade eventflow from version 0.x to 1.2.1, I got the issue that not existing the method ExecuteAsync(String, String, Int32, String, String) in new version, I checked the source code and found it was available in older version.
Here is my exception:
System.InvalidOperationException: The type EventFlow.Hangfire.Integration.IHangfireJobRunner does not contain a method with signature ExecuteAsync(String, String, Int32, String, String)
at Hangfire.Storage.InvocationData.<>c.b__33_0(MethodDeserializerCacheKey key) in C:\projects\hangfire-525\src\Hangfire.Core\Storage\InvocationData.cs:line 350
at Hangfire.Storage.InvocationData.CachedDeserializeMethod(Func`2 typeResolver, String typeName, String methodName, String parameterTypes, Type& type, MethodInfo& methodInfo) in C:\projects\hangfire-525\src\Hangfire.Core\Storage\InvocationData.cs:line 335
at Hangfire.Storage.InvocationData.DeserializeJob() in C:\projects\hangfire-525\src\Hangfire.Core\Storage\InvocationData.cs:line 96
Now all my jobs are failed.
Could you please help me to resolve this issue soon.
Beta Was this translation helpful? Give feedback.
All reactions