chiark / gitweb /
manager: print ephemeral information about running jobs' timeouts
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Jan 2014 05:59:08 +0000 (00:59 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Jan 2014 06:23:16 +0000 (01:23 -0500)
commit2cba2e03524ec0922ddc70f933e8a89b7d23b4ec
tree715e583b85ca435c905432b5792e8449ce4bab5c
parent68db7a3bd9b2f8640c7297382b6d20eb995f7e1e
manager: print ephemeral information about running jobs' timeouts

Produces output like:
[  *** ] (1 of 2) A start job is running for slow.service (33s / 1min 30s)

The first nubmer is the time since job start, the second is the job timeout.
src/core/job.c
src/core/manager.c