Sergey Odinokov
Sergey Odinokov
Can you please show the full source code of the page's canvas element? I'd like to check what data is being written there. 
I see stats are formed correctly, and for each date/time it has `0`s. This data is returned directly from storage implementation, and I don't remember anything touched in those methods,...
Thanks for the detailed description. Do you have any logs produced by Hangfire? By default, `Hangfire.AspNetCore` package referenced from the `Hangfire` package on newer .NET platforms integrates with .NET logging...
A lot of logic was added to ensure smooth co-existence of .NET Framework and .NET Core servers at the same time, to be able to create and consume jobs from...
> I'm not in a position to be able to modify that. I could maybe add a string inputPackage overload if that would help? Perhaps this would be the best...
Hm, can you share some more details about the issue you had before proceeding to the next steps?
Actually no reason, just wasn't implemented yet.
Hi, what version of Hangfire.Core you are using, and can you show an example of `AddOrUpdate` method call you are using?
Thank you for the details. Unfortunately I'm unable to replicate this behavior. Can you please create a repository on GitHub that shows the problem?
I was finally able to reproduce this behavior and commit fixes in 1.8.X. Now thinking about backporting these changes to 1.7.X branch, however this will likely happen next week only.