Hi,
We are enqueuing jobs withing a read committed transaction but this is failing because underneath HangFire.SqlServer is using a Serializable isolation level. I was wondering if this Serializable isolation level is something that is absolutely required, and if not what would be the best way to make it configurable.
Thank you