jobd.pl: include duration in "Queue processed" line
commit77a8a5dc53815cb420faebe2b9b82d9b3f1d9cff
authorKyle J. McKay <mackyle@gmail.com>
Sat, 16 Nov 2019 16:07:20 +0000 (16 09:07 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 16 Nov 2019 16:07:20 +0000 (16 09:07 -0700)
treee60def4e53b81b6285bcc3d990faab5b4649ccc8
parentf4ea2fbc4cb978aa525ed58785bd0a09a06874ca
jobd.pl: include duration in "Queue processed" line

Instead of just showing "Queue processed.", add a human-readable
duration.  For example, "Queue processed in 15s.".

Although the duration can be computed from the time stamps, it's
not readily apparent what the magnitude of the difference in
processing times between queue runs might be.

By adding an explicit human-readable duration, orders of magnitude
differences in queue processing times will become readily apparent.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/jobd.pl