You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tloubrieu-jpl why is tqdm actually desirable here? The intent is to show (in ECS logs) periodic progress of various long-runnning queries, which are being consumed concurrently. My gut feeling is that tqdm either wouldn't show up in the way we expect, or would spam the logs in a way that is less legible than the current approach, because tqdm relies on having an interactive terminal with backspacing capability, afaik.
Hi @alexdunnjpl , none of the items in this ticket is really important.
The first one aims at replacing some ad hoc code with the off-the-self module tqdm of something else. The intention is to simplify the code. Maybe tqdm is not what we need... as you said I used it with interactive terminal or in julyter notebooks, I don't know if we can get something useful out of it for text logs.
💡 Description
The text was updated successfully, but these errors were encountered: