pranavgupta1234 / rqmonitor

Flask based more dynamic and actionable frontend dashboard for monitoring Redis Queue 👩🏿‍💻 http://python-rq.org
Apache License 2.0
186 stars 24 forks source link

worker name details issue #17

Open platipusica opened 3 years ago

platipusica commented 3 years ago

Hi there, awesome work, congrats!

Installed with requirements in Python3.8

This is the issue:

rq01

Cheers

pranavgupta1234 commented 3 years ago

Should be fixed in v1.0.4

platipusica commented 3 years ago

Thank you, it looks ok.

However, now I have a different issue, the jobs are showing incorrect time, it shows:

"created 8 hours ago". This is not the correct time, not even hours.

Using: pip list |grep rq rq 1.9.0
rqmonitor 1.0.4

Do not want to take much if your time though. Only if you would like me to post the issues.

Cheers

platipusica commented 3 years ago

Oh, I think it is not respecting the Time Zone, so now it is 3.13pm, but the queue "birth date" is 13-07-2021 07:13:36

From console: date Tue 13 Jul 2021 15:20:19 AWST - Australian Western Std Time (+8)

Hope this helps.