exception at Hangfire.Console.Server.ConsoleServerFilter.OnPerforming(PerformingContext filterContext) at Hangfire.Server.BackgroundJobPerformer.InvokeOnPerforming(KeyValuePair`2 ctx) in C:\projects\hangfire-525\src\Hangfire.Core\Server\BackgroundJobPerformer.cs:line 198', #408
Closed
JasonSweatt
started this conversation in
General
Replies: 1 comment 3 replies
-
The exception you provided has no meaningful information on what the exception is. The line you copied is even from Hangfire package itself, not this library. If you feel that there's an issue in this package, please open a bug report with all the details you can provide. Discussions should not be used for issue reports. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Version 1.20.12 has an exception at Hangfire.Console.Server.ConsoleServerFilter.OnPerforming(PerformingContext filterContext)
at Hangfire.Server.BackgroundJobPerformer.InvokeOnPerforming(KeyValuePair`2 ctx) in C:\projects\hangfire-525\src\Hangfire.Core\Server\BackgroundJobPerformer.cs:line 198'
had to revert version to 1.20.11 which does not has this exception. I did not pull down the code to debug, just wanted to let the community know. We use hangfire a ton and this broke all of our instances when I upgraded without testing the lowest global package after upgrading public packages, so I reverted back and all applications started working again.
Beta Was this translation helpful? Give feedback.
All reactions