Currently, checking the jobs of a table only returns the initial timestamp. It will not return current status of the job. This will create issue when we tries to terminate the truly dead jobs, as killing undergoing jobs will sometimes create unhealthy termination of the running program when it tries to update the table and find that the job list is no longer there. One possible solution is to create a heartbeat, which will periodically return the status of the job.