Aamir
Aamir
I'll see if I can create a small reproducible example. In the meantime, it appears to only be an issue when running locally in VS (and have seen it on...
The issue appears after a Hangfire upgrade that I'd done recently: Hangfire: 1.7.19 -> 1.7.28 Hangfire.AspNetCore: 1.7.19 -> 1.7.28 Hangfire.PostgreSql: 1.8.1 -> 1.9.4 The issue is still present after upgrading...
Haven't yet created a repro project, but found that I don't see the issue when I don't try to `Enqueue` within another `TransactionScope`. Additionally, when I add `Include Error Detail=true`...
Apologies, that's from an error I made while copying and printing out the error. The original error message had the `jobid` consistent in both places, and I updated my post...