Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Oct 13, 2022 @ 14:55
    Huw Reddick
    1

    Hangfire sudddenly started crashing in .netcore

    Just a heads up for anyone using hangfire, my umbraco dev site started crashing today when trying to run in VS, I eventually tracked down the problem to services.AddHangfireServer(); in my sartup.cs, commenting it out then allows umbraco to run.

    To check I created a new .net core console app and installed hangfire in that, it also crashes as soon as the AddHangfireServer line is executed.

    I'm assuming this is because of a windows update that was installed when I shut down lastnight, so will try uninstalling that when I've finished work to see if I can fix it.

  • Jojo V 64 posts 166 karma points
    Oct 14, 2022 @ 11:44
    Jojo V
    0

    Same problem here.

    (HangFire + Umb9) and with .net 6.0.10 runtime => FAILED

    .net 6.0.9 runtime working well.

  • Justin Neville 24 posts 198 karma points c-trib
    Oct 14, 2022 @ 13:03
    Justin Neville
    101

    There was a thread on Twitter a few days ago relating to this with a solution:

    https://twitter.com/markusjoha/status/1580126928945958912

    An issue has been logged with Hangfire, see here:

    https://github.com/HangfireIO/Hangfire/issues/2105

    Hopefully that will help others out with the same issue.

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Oct 14, 2022 @ 14:29
    Huw Reddick
    0

    Yep, worked for me.

Please Sign in or register to post replies

Write your reply to:

Draft