Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: switch to basic progress bar to allow non TTY progress #2

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

mbhall88
Copy link
Owner

The current progress bar does not work if the stderr is being redirected to a file. This makes it impossible to see progress when running on something like a cluster. In addition, indicatif, the library that was used for the progress bar has known overhead problems with parallel iterators, which we have.

With all of this in mind I have moved to a more 'basic' progres bar with minimal bells and whistles to avoid overhead and to work on non TTY.

@mbhall88 mbhall88 merged commit 48d6ddf into main Jun 20, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant