facebookresearch / facebookresearch/dora
`dora grid ... -t 0` crashes if the job hasn't logged anything yet
Open
bug
- Dominant language
- Python
- Stars
- 314
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug Report
When I run `dora grid` with the `-t` parameter to monitor the logs, the command stops if the job has not logged anything (e.g. it's still pending).
It might be worth to continue monitoring even when the log does not exists yet.
```
$ dora grid my_grid -t 0
WARNING: Log .../dora_outputs/xps/d3843038/latest/61700001_0_log.out does not exist
```
Contributor guide
Assessment
This issue has not been assessed yet.