Hangfire
                                
                                 Hangfire copied to clipboard
                                
                                    Hangfire copied to clipboard
                            
                            
                            
                        Added Queue column to RecurringJobsPage
This is untested code, but should work in theory.
Added a Queue column to the list of RecurringJobs on the RecurringJobsPage of the dashboard.
Fixes #1189 Might help with issues like #1149 too
Codecov Report
:exclamation: No coverage uploaded for pull request base (
master@1bfb550). Click here to learn what that means. The diff coverage isn/a.
@@            Coverage Diff            @@
##             master    #1190   +/-   ##
=========================================
  Coverage          ?   68.25%           
=========================================
  Files             ?      155           
  Lines             ?     5116           
  Branches          ?     1075           
=========================================
  Hits              ?     3492           
  Misses            ?     1473           
  Partials          ?      151
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 1bfb550...64d1866. Read the comment docs.
Thanks for your PR! Would you mind to commit updated Strings.Designer.cs and also provide localized strings for other languages (you can simply copy them from corresponding QueuesPage_Table_Queue)?
I think that should do it.
@pieceofsummer, merging? For 1.6.20 (master branch) we should ensure that the dashboard page looks fine, for 1.7.0 (dev branch) we can postpone this task to test it later.
@odinserj this shouldn't break anything, but it is not an urgent change.
We might first merge it into dev (and release the second beta), then merge into master if there are no layout issues because of increased content width.
@pieceofsummer, sounds good!
I don't have the time to add it in this pull request, but #1194 might be equally as easy to implement.
@Deantwo unfortunately, it won’t be as easy. There’s no Queue field associated with the Processing state, so it would require either adding it, or extracting from the previous Enqueued state.
@pieceofsummer nevermind then. Issue just seemed very similar.
So, is this being merged? Or do I need to change anything?
What changed to make those tests fail? This is a very simple little change, so getting it merged would be nice.
I was even missing this feature yesterday.
This isn't getting merged because it would make it more obvious there is a big issue with recurring jobs and queues? Since I just ran head first into the #595 issue myself, and this minor change would make that a lot more obvious.