netstandard2.0 and net46 targets to all the projects.netstandard targets using ILRepack.Task-based async background processes, opens road towards async storage (Issue #150).bigint in Hangfire.SqlServer to remove upper limit for job count (PR #898, Issue #749).SqlServerStorage: remove unnecessary, create neccessary ones (PR #898, Issues #658, #844).GetByLowestScoreFromSet(..., int count) overload (#38).L, W, # characters (PR #853, Issue #494).QueueAttribute class and make queues clearer to understand.@odinserj , see Polly for circuit breaker pattern...
Is there any ETA for 1.7? I'd like to use "last day of month"/L in cron expressions (#494), but don't want to build Hangfire myself.
Alternatively, a beta release would be welcome 😁
Any update when this will be implemented, it will be really helpful
Add DisplayNameAttribute-like feature when running in .NET Core (Issues #635, #718).
I've added my 2c to issue #635 re: DisplayName attribute - (a new attribute in the Hangfire assembly would create a dependency on Hangfire for any method serialised by Hangfire - which is a "bad thing" IMHO).
Solving timezone and daylight saving time issues is much easier with a dedicated time library like NodaTime. highly recommend it.
Hangfire 1.7.0-beta1 just released with a lot of changes, including support for display name in .NET Core via the JobDisplayNameAttribute.
I'm looking forward to seeing a nice solution for #225. Might this be one of the next things to tackle for 1.7.0?
@odinserj Any ETA or update on the release for 1.7.0? Thanks
Thanks for your patience, version 1.7.0 is finally released and already on NuGet – https://github.com/HangfireIO/Hangfire/releases/tag/v1.7.0.
Most helpful comment
Any update when this will be implemented, it will be really helpful
Add DisplayNameAttribute-like feature when running in .NET Core (Issues #635, #718).