Skip to content

Commit

Permalink
Merge pull request #31 from Azure/update2-release
Browse files Browse the repository at this point in the history
Update the correct method to set JobCostCacheRefreshInterval.
  • Loading branch information
YutongSun committed Oct 23, 2023
2 parents 90a7411 + 700aeb5 commit bf2c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

- Fix task statistics issue in Linux node agent
- Support HPC_SESSIONCONSOLE so tasks can run either in user session or console on compute nodes - Users may specify job environment HPC_SESSIONCONSOLE equals True so the job will run under user session if exists or it would create user console and run job in it.
- Add job cost/corehours cache in scheduler to reduce SQL query - The cache refresh interval can be configured by 'Set-HpcClusterProperty -JobCostCacheRefreshInterval <int>'. The value is in seconds with a default 60.
- Add job cost/corehours cache in scheduler to reduce SQL query - The cache refresh interval can be configured by 'cluscfg setparams JobCostCacheRefreshInterval=<int>'. The value is in seconds with a default 60. Value 0 means disabling the cache. Value -1 means disabling the job cost/corehours feature.
- Fix an issue in job history reporting Get-HpcJobHistory : Value cannot be null.
- Fix for the incorrect node group cache issue
- Fix an error "Method EncryptCredentialForSpecifiedOwner is not supported" when using command "hpccred setcreds /owner"
Expand Down

0 comments on commit bf2c901

Please sign in to comment.