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
is running individual jobs with async wrapped back to sync, unnecessarily. The result is that output isn't printed to the console until the whole job completes, rather than as the job runs.
Immediate output is important, as it allows jobs to be cancelled early as well as providing a rough idea of timing bottlenecks across the command.
The text was updated successfully, but these errors were encountered:
The line here:
gitops/gitops/core.py
Line 96 in faccfe9
is running individual jobs with async wrapped back to sync, unnecessarily. The result is that output isn't printed to the console until the whole job completes, rather than as the job runs.
Immediate output is important, as it allows jobs to be cancelled early as well as providing a rough idea of timing bottlenecks across the command.
The text was updated successfully, but these errors were encountered: