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.44k stars 1.71k forks source link

Business database and operations, and adding/deleting hangfire jobs in one transaction #2463

Open bxjg1987 opened 3 weeks ago

bxjg1987 commented 3 weeks ago

I hope to add or remove jobs for hangfire when operating the business database, and I want these two operations to be in the same transaction (using the same connection string),my business db use efcore6.x. I have reviewed the official documentation and did not find any guidance on this matter. Please help me, thank you!