Azure / batch-shipyard

Simplify HPC and Batch workloads on Azure
MIT License
277 stars 121 forks source link

Simple Job Add does not end #353

Closed youngmi97 closed 3 years ago

youngmi97 commented 4 years ago

Problem Description

We made configurations to the relevant .yaml files and the batch node is properly put into an idle state. However, adding a job to the queue does not end..

No further progression is made from this point on .. IMAGE 2020-07-02 16:46:00

Batch Shipyard Version

3.9.1

The following are our configurations

Screen Shot 2020-07-02 at 4 48 08 PM Screen Shot 2020-07-02 at 4 48 14 PM Screen Shot 2020-07-02 at 4 48 20 PM Screen Shot 2020-07-02 at 4 48 25 PM

Additonal Comments

We think that there may be an issue with config.yaml or pool.yaml but not too sure.. We are testing on a simple docker image from python:latest.

alfpark commented 4 years ago

This may be due to your job being assigned to a different pool and the task not actually executing. Please double check with Batch Explorer, Portal, or the shipyard cli.

alfpark commented 3 years ago

Closing, please re-open if more information can be provided.