Sergey Odinokov

Results 276 comments of Sergey Odinokov
trafficstars

@pieceofsummer, sounds good!

@aliashab, thanks for your contribution! I think it's better to modify the `UseConnection` method to provide both `DbConnection` and `DbTransaction` parameters for its action, because otherwise things are messed a...

@Singularity222, there will be no quick fix for this, the change is planned to the next version only. To speed up the things, you could build your own version from...

@sage-nathan-jones thanks a lot for your hard work! @aidmsu, to what branch should we merge these changes?

@sage-nathan-jones, how are you doing? We realised that fix for this issue is a bit more complicated, because some storages (for example `Hangfire.Redis.StackExchange`) are using properties of the `InvocationData` class...

Not quite. Delayed jobs are ~~being~~ placed into a special sorted set unrelated to message queues. Special Hangfire Server [component](https://github.com/HangfireIO/Hangfire/blob/master/src/Hangfire.Core/Server/SchedulePoller.cs#L76) checks that sorted set periodically (15 seconds by default) to...

I have finally reviewed the tests, and even added slightly modified version of them to Cronos' unit tests, please see: https://github.com/HangfireIO/Cronos/blob/fe555548cbb1e713ac16824f71b0c5917eb66ffa/tests/Cronos.Tests/CronExpressionFacts.cs#L2434-L2454. In short, everything works as expected here, let me...

I'm closing this now, please feel free to re-open it if you have any troubles with tests!

Scheduling this to 2.0 release, this feature requires a lot of breaking changes for storage api. I've tried to implement this without breaking changes, but failed.

Don't know yet. There are a lot of TODOs for the 1.x line. Currently planning what to do in 2016 – better project management is required.