We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceed59 commit 70d41c0Copy full SHA for 70d41c0
recipes/head_node_slurm_finalize.rb
@@ -15,6 +15,12 @@
15
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
16
# limitations under the License.
17
18
+execute "check if clustermgtd heartbeat is available" do
19
+ command "cat /opt/slurm/etc/pcluster/.slurm_plugin/clustermgtd_heartbeat"
20
+ retries 30
21
+ retry_delay 10
22
+end
23
+
24
ruby_block "submit dynamic fleet initialization jobs" do
25
block do
26
require 'json'
0 commit comments