Results 4 comments of Zhenmin Peng

Strange. This mutex attribute doesn't block any concurrent jobs in my simple .net core 2.0 test case. ![capture1](https://user-images.githubusercontent.com/3341421/41860854-976bdd20-7897-11e8-85ea-b2664369fcf7.PNG) as shown the following 2 jobs should be blocked by the first...

@odinserj Thanks for your quick reply. ```csharp ``` I used MemoryStorage for this test case. Does it matter? Yes. there was an IHousekeepingService and I tried putting mutex on the...

Upgraded Hangfire to 1.6.19, but issue still persists.

@odinserj as you suggested it works only on `Hangfire.Pro.Redis` and `Hangfire.SqlServer` but not `Hangfire.MemoryStorage`. Really appreciate your help on sorting this out. ![image](https://user-images.githubusercontent.com/3341421/43312742-10001da8-9186-11e8-9a2a-677007871ad5.png) ![image](https://user-images.githubusercontent.com/3341421/43312754-19d9484a-9186-11e8-87b3-1964e035d9c6.png)