xklonx
xklonx
The problem is that 'HangFire:recurring-jobs:lock' blocks the addition of jobs to the queue. Its not about any job its about RecurringJobScheduler itself. Here is an linqpad example, after couple of...
@davidroth Can you tell why TransactionScope usage was so hardcoded in PostgreSqlWriteOnlyTransaction, even if entity framework devs (as i understand it) advised to use native transactions? https://docs.microsoft.com/en-us/ef/ef6/saving/transactions It will throw...
This means that a new **System Transaction** (not postgres transaction) is used even if i dont need it and it uses new timeout of 500ms and gives me timeout errors...
Now i see that VolatileResourceManager uses `_localTx = connection.BeginTransaction(ConvertIsolationLevel(_transaction.IsolationLevel));` and hangfire.sqlserver uses transactionscope too. As hangfire do all the stuff in separate threads it would be hard to intervene and...
For me, yes, it would be interesting to know someone else it helped or not.
You can remove it in lock table. Check in your logs due to which error the lock was not released, because it will surely be back again.
In addition to this, it is clear from the documentation that the response should have one property - Name, but it seems that colabora needs the Url property , because...
Made a fix for the error. Do you think we can make the logic similar to the one used for the sqlserver, i.e. get latest migration id and then wrap...
I have same issue 5% in idle mode, 20% when i run another 3d application. Its too much for app of that type. Can someone please review code and find...