A scheduled task attribute to address a rescheduling bug in HangFire where it places the rescheduled job into the default queue instead of the one it was originally executed on.
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | Travis Frisinger | 
| Last Update: | Wednesday, January 16, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/StoneAgeTechnologies/HangfirePreserveOriginalQueue | 
| NuGet Url: | https://www.nuget.org/packages/Hangfire.PreserveOriginalQueue | 
Install
Install-Package Hangfire.PreserveOriginalQueue
                        dotnet add package Hangfire.PreserveOriginalQueue
                        paket add Hangfire.PreserveOriginalQueue
                        
                                Hangfire.PreserveOriginalQueue Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Hangfire.Core(>= 1.6.21)