I have some very long run tasks -- these include kicking off
benchmarks they may run for a couple of hours
Generally I set these things with a 60s polling interval. I would be
useful to have a timestamp in some of these long running jobs, one
that included when the task started and how long it had been running.
Seems like it wouldn't be too hard to do since the remaining seconds
on the job is already included.
Thoughts?
- James