HI!
I will continue on Display the time of a running build on the queue page. Specifically, show expected time in form of progress bar.
I need some guidance on source code where to implement.
I did some research and my best guess was to implement db.update_build_status's similar logic (naming a new function update_build_running_time) and create running_time column in build table.