(no title)
ducdetronquito | 3 months ago
Though, I imagine you could have strategies to give an approximation of it, for example like keeping track of the past execution time of a given type of task in order to infer the progress of a currently running task of the same type.
pbalau|3 months ago
No. You just need to know the total number of steps and what step are you currently on.
ducdetronquito|3 months ago
Does anyone know a task queue library that implement it ? I would be curious to look at it !