tq: Meter flushes should never be throttled.

This commit is contained in:
rick olson 2018-01-04 12:24:02 -07:00
parent 2607412af3
commit f1cc1af318

@ -169,7 +169,11 @@ func (m *Meter) Flush() {
return
}
m.update()
m.updates <- &tasklog.Update{
S: m.str(),
At: time.Now(),
Force: true,
}
}
// Finish shuts down the Meter.