-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangfire.Console was not properly configured #128
Comments
@krzysiek-b , it worth to open ticket here as well https://github.com/IdentityStream/Hangfire.Console |
Seems like a regression in the Hangfire itself: HangfireIO/Hangfire#2356 |
+1 |
Hi guys, this has been fixed in hangfire 1.8.10 -> HangfireIO/Hangfire#2356 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like names of some props have been changed and Hangfire does not play well anymore with the console.
hangfire.config contains pollUrl not consolePollUrl
It works fine with Hangfire.AspNetCore Version=1.8.6
Does not work with 1.8.9
The text was updated successfully, but these errors were encountered: