Completion ETA does not take into account nb of chunks
The completion_estimate_time
for worker activity does not take into account the number of active chunks in the process.
A 10 hour estimated process only takes 1 hour across 10 chunks...
Ideally we should count divide the estimate by the number of running workers, but that seems pretty complex to implement in a sql expression. We could simply divide by the number of chunks of the process.