Answer the question
In order to leave comments, you need to log in
Hangfire throws hundreds of exceptions that don't affect performance. How to remove them?
Regarding this issue in Hangfire.
I create an elementary Winforms application, hook Hangfire.Core and Hangfire.SqlServer there, initialize, add events and get a bunch of ObjectDisposedException exceptions in the output window and at runtime. It hides somewhere deep in the logic of Hangfire, but I did not manage to understand what exactly there creates problems. In appearance, everything should work fine, climbing through the sources in debugging does not give results, again, in appearance, there are no problems with the premature release of transactions.
It is important to get rid of such exceptions. Firstly, these exceptions clog the output log and it is impossible to track any other exceptions. Secondly, it is impossible to check the ObjectDisposedException checkbox in the exception parameters in order to find your own cant with Disposable objects.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question