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
Problem:
The task runner is downloaded for each and every task attempt. That wastes time, network bandwidth, and customer money.
Solution:
Download the task runner using the pool's start task. Colocate it under batch's "shared" folder.
Utilize the downloaded task runner (rather than redownloading it) in the batch_script generated by BatchNodeScriptBuilder.
Additional context
When #627 is fully implemented, this download should be the only time that TES will place a SAS token anywhere in any Azure Batch API/metadata.
The text was updated successfully, but these errors were encountered:
Problem:
The task runner is downloaded for each and every task attempt. That wastes time, network bandwidth, and customer money.
Solution:
batch_script
generated byBatchNodeScriptBuilder
.Additional context
When #627 is fully implemented, this download should be the only time that TES will place a SAS token anywhere in any Azure Batch API/metadata.
The text was updated successfully, but these errors were encountered: