-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding dotnet format to repo #175
Conversation
@@ -138,9 +138,9 @@ public void ConfigureServices(IServiceCollection services) | |||
.AddHostedService<DeleteCompletedBatchJobsHostedService>() | |||
.AddHostedService<DeleteOrphanedBatchJobsHostedService>() | |||
.AddHostedService<DeleteOrphanedAutoPoolsHostedService>(); | |||
//.AddHostedService<RefreshVMSizesAndPricesHostedService>() | |||
//.AddHostedService<RefreshVMSizesAndPricesHostedService>() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: This looks weird. @MattMcL4475 git blame tells me this comment line is yours, can it be deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a placeholder RN because it appears that the PriceApi is still making calls out for each new task even though it "warmed itself up" when TES started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks like its still there 👍
Left one comment about a commented line that now looks weird, but not blocking. lgtm
This PR has changes to files that came up after running dotnet format locally.
It also includes a new github action that will kick off a dotnet format run on PR creation
related to following issue: microsoft/CromwellOnAzure#570