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 refresh_stats command is executed without --project parameter, it now iterates through all projects, including disabled ones. This may significantly increase the processing time.
It makes sense to adjust it to skip disabled projects by default, but still allow refreshing stats for disabled projects via refresh_stats --project some_disabled_project.
In addition to that, we could add something like refresh_stats --include-disabled-projects to imitate the current behavior.