Closed mccauleyp closed 3 months ago
Thank you @mccauleyp! Addressed in https://github.com/Hannes221/rq-dashboard-fast/releases/tag/v0.5.7.
Thank you @mccauleyp! Addressed in https://github.com/Hannes221/rq-dashboard-fast/releases/tag/v0.5.7.
Awesome, thanks for the new release :)
Hi There,
The recent traceback formatting capability on the job details page is awesome! That looks great. That change seemed to have also had the side effect of altering how the job metadata dict is displayed:
Previously, long dictionaries would wrap onto multiple lines, whereas now it truncates the dict to the screen width. I wonder if it might be preferable to continue wrapping that dict or perhaps formatting it with something like
pprint.pformat
?Cheers!