Hannes221 / rq-dashboard-fast

Redis Queue Dashboard based on FastAPI
MIT License
86 stars 8 forks source link

Meta dict display on job details page #94

Closed mccauleyp closed 3 months ago

mccauleyp commented 3 months ago

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:

Screenshot 2024-08-14 at 6 58 31 PM

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!

Hannes221 commented 3 months ago

Thank you @mccauleyp! Addressed in https://github.com/Hannes221/rq-dashboard-fast/releases/tag/v0.5.7.

mccauleyp commented 3 months ago

Thank you @mccauleyp! Addressed in https://github.com/Hannes221/rq-dashboard-fast/releases/tag/v0.5.7.

Awesome, thanks for the new release :)