Hi, I haven’t used Hangfire in a while but I remember that in the Recurring jobs page, more specifically on the cron expression column, it used to have a more human readable description of the expression.
Currently it shows only the cron expression itself.
Is this the expected behaviour?
I’m using Hangfire 1.6.19 in a Net Core Project.
You can see a screenshot of this behaviour here:
https://drive.google.com/open?id=1NMvVlq7GVEaVdlCgGSqq-WrA_JIA7Vu8
It used to look like this:
https://drive.google.com/open?id=1pUFLrL7PlVI0RTc2cLbmJjZnBkv_LbnZ
Edit
Just found this out:
1.6.2
Hangfire.Core
• Changed – Recurring job page displays now raw cron strings, descriptions are in tooltips.
Bummer, this was really useful to check if the cron expressions were correct.
The tooltips don’t work in all browsers.
It would be more useful having a new column with the description (and keep the raw cron string).
There’s more than enough space in the page.