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
When an env is being built via build_conda_environment, several actions are running. Each of these actions accumulates output into a StringIO object in ActionContext, which is later written to log storage.
Instead, we need to incrementally write to log storage as soon as the output is available, so that users could get visual indication of progress while the job is running.
Feature description
When an env is being built via
build_conda_environment
, several actions are running. Each of these actions accumulates output into aStringIO
object inActionContext
, which is later written to log storage.Instead, we need to incrementally write to log storage as soon as the output is available, so that users could get visual indication of progress while the job is running.
See #806 (comment).
Value and/or benefit
Improved UX.
Anything else?
logged_command
torun
(inaction
)The text was updated successfully, but these errors were encountered: