[develop] noaacloud MET updates#504
Conversation
MichaelLueken
left a comment
There was a problem hiding this comment.
Thank you very much, @EdwardSnyder-NOAA, for preparing this PR so quickly! These changes are the same as those from PR #450. Approving now.
One quick question, is there an issue with verification tasks on noaacloud that requires the number of tries to be increased from 1 to 2? I'm fine with increasing the default number of tries from 1 to 2, I'm just interested in why this was required.
|
@MichaelLueken - The verification tasks were increased because some of these tasks would overlap each other by trying to create the same directory. If I remember correctly, two verification tasks look for the same directory and see that it doesn't exist, so both try to create it. One is just faster than the other which results in the second one to error because it cannot make a directory that already exists. I've seen this error happen more than once in an experiment, but I've also seen clean runs as well. So, it appears to be dependent on platform and timing of the tasks. |
|
Thank you for the explanation, @EdwardSnyder-NOAA! I'm onboard for increasing the number of max tries from 1 to 2. |
DESCRIPTION OF CHANGES:
Minor changes so that the MET VX tasks can run on parallel works NOAA cloud platforms. This PR is similar to the release-v2.1.0 PR #450 but now is for the develop branch.
Type of change
TESTS CONDUCTED:
DEPENDENCIES:
DOCUMENTATION:
ISSUE:
This PR addresses the MET VX request in #387.
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):