Introduce rich progress bars to the SequentialRunner
#2209
Labels
Issue: Feature Request
New feature or improvement to existing feature
Milestone
Description
Add rich progress bars for the
SequentialRunner
only. Adding it for theParallelRunner
is a separate task.Context
Originally written by @datajoely in #1464.
rich.logging.RichHandler
allows us to introduce a complimentary set ofrich.progress.Progress
bars which will render nicely.ParallelRunner
. Multiprocessing is weird since it's hard to share memory.ParallelRunner
sub-branch 🚀The text was updated successfully, but these errors were encountered: