HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.37k stars 1.7k forks source link

Documentation for .NET 8 not available #2453

Open wgrs opened 5 days ago

wgrs commented 5 days ago

I tried configuration as per docs - they are sooo far out of date. Old config doesnt work

PhilipDn commented 4 days ago

In the Hangfire site forum, my post may be helpful (example of setting up a .NET 8 (Core) Razor/minimal Web app with Hangfire): https://discuss.hangfire.io/t/unofficial-example-of-setting-up-a-net-8-core-razor-minimal-web-app-with-hangfire/10875

wgrs commented 4 days ago

In the Hangfire site forum, my post may be helpful (example of setting up a .NET 8 (Core) Razor/minimal Web app with Hangfire): https://discuss.hangfire.io/t/unofficial-example-of-setting-up-a-net-8-core-razor-minimal-web-app-with-hangfire/10875

I tried again. There seems to an issue with using the documented configuration which is clashing with V2. Documentation is completely out of date. We are using postgres in a container.

We are going to try Quartz instead.