Feature Request: add duration to tasks (i.e. in tooltip or window) #810
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Also, how would I change the timeformat to 24hours instead of that AM/PM jibberish? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Regarding how long a task took to run, unfortunately we dont keep the records in db. it's should be showing the task log i.e Regarding the date format, it is hardcoded for now, but it's easy to allow it to be changed client side so it will be added sometime later this week. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, still the backend shows something like: which makes no sense to me. The last debug log I exported was 9GB(!) so I can't even start to debug the cause... who can analyse 9GB of data? |
Beta Was this translation helpful? Give feedback.


I forgot that we do log events as
task_run.xxxeven for non manually queued. i have wired them up to be showing via 1fe7290it should make it in v1.8.0