Description
Found in 6.3.2
Currently, when a job closes, the finished_time key is created/updated in the job config and it's value represents the timestamp of when the job was last closed.
If the user reopens the job, we still show the last finished_time until the job closes again. This is misleading, as there shouldn't be a finished_time reported while a job is still open.
Steps to reproduce
- Create a job
- Open the job
- Close the job
- Re-open the job
- Notice that
finished_time is still being reported and the value coincides with the time at which the job was last closed.