statianzo / que-web

A web interface for the Que queue
BSD 3-Clause "New" or "Revised" License
88 stars 50 forks source link

Show job's kwargs column (for Ruby 3 / Que 2 jobs) #105

Open ZimbiX opened 1 year ago

ZimbiX commented 1 year ago

I haven't used this gem yet, but when the PR to add Que 2 support landed, I thought the diff was suspiciously small. I see that args is listed in the list jobs and show job views, but kwargs is not. kwargs is a new column added in Que 2 for Ruby 3 support.