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

Deleting unnecessary stats jobs #10271

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from
Open

Deleting unnecessary stats jobs #10271

wants to merge 15 commits into from

Conversation

Lanaparezanin
Copy link
Contributor

Before migration, we decided to remove unnecessary stats jobs. Jobs were removed based on the list in this work item:

https://github.com/orgs/NuGet/projects/21/views/1?filterQuery=milestone%3A%22Sprint+2024-11%22+assignee%3A%40me&pane=issue&itemId=64259916&issue=NuGet%7CEngineering%7C5445

@Lanaparezanin Lanaparezanin requested a review from a team as a code owner November 15, 2024 23:40
@Lanaparezanin Lanaparezanin marked this pull request as draft November 19, 2024 18:21
@Lanaparezanin Lanaparezanin marked this pull request as ready for review November 20, 2024 22:50
@@ -111,9 +111,12 @@ public override async Task<IEnumerable<StorageListItem>> ListAsync(bool getMetad
return await _primaryStorage.ListAsync(getMetadata, cancellationToken);
}

public override async Task<IEnumerable<StorageListItem>> ListTopLevelAsync(bool getMetadata, CancellationToken cancellationToken) =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are not related to deleting jobs, right? Should they go to a separate PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense actually, the reason I put it in this PR is because I was testing everything together. I will look into how to split this now.

@erdembayar
Copy link
Contributor

@Lanaparezanin
Please enumerate all the stats jobs you're removing part of this PR in description. It'll help DRI diagnosing the problem in case something is regressed.

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.

3 participants