Skip to content

Commit

Permalink
Wait for app to start with torchx log (#763) (#763)
Browse files Browse the repository at this point in the history
Summary:

Right now it silently times out after waiting for 10s and then (depending on the scheduler) fails because the job hasn't actually started; I'm trying to use `--log` with the `run` command and inevitably run into this.

I wasn't sure if we want to explicitly timeout, or what the best ergonomics would be -- I can increase the timeout to 10 minutes and blow up if it doesn't start in that time, or change it to a while loop (as done here) -- wanted to check :).

Differential Revision: D48840617
  • Loading branch information
kunalb committed Sep 5, 2023
1 parent b6e48de commit 1f5eac8
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1f5eac8

Please sign in to comment.