Sergey Odinokov

Results 283 comments of Sergey Odinokov

@slangeder thanks for showing a great method of supporting dependency injection in filters! May I use your code in Hangfire.NetCore / Hangfire.AspNetCore perhaps with some changes and co-author you in...

Sometimes this is possible due to unsynchronised clocks between servers. Please ensure all of them show the same time.

Sorry for such a huge delay. Hangfire uses UTC time internally for storing all the dates, so timezone information shouldn't cause this. Clocks are synchronised when all the machines show...

Thanks for the detailed description, I will definitely look into this in the nearest future!

Thanks @0xced, I will check this before releasing 1.8 next month!

> constructor of TriggerWarmup it gets hit once on app startup How does the code that instantiates it during the startup look like, and is there any chance `new TriggerWarmup`...

Please try a background job filter from this gist – https://gist.github.com/odinserj/a6ad7ba6686076c9b9b2e03fcf6bf74e

Could you please also send full details for the `ObjectDisposedException` you have, including its stack trace?

Unfortunately that `queue` parameter only works once, when background job is created, and doesn't work for its retries due to internal reasons. Version 1.8.0 will bring better support for queues...

@JesseKlaasse, that's a really big effort, and I really like you've considered to improve Hangfire. I'm trying to do my best to keep Hangfire simple and stable, so I need...