Skip to content

Commit

Permalink
Add timeout=0 to readme (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Barr <[email protected]>
  • Loading branch information
raymondzouu and Obliviour authored Apr 5, 2024
1 parent 3574544 commit 5442641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ checkpointing so the job restarts near where it was interrupted.
--cluster xpk-test --filter-by-job=$USER
```
* Workload List supports waiting for the completion of a specific job. XPK will follow an existing job until it has finished or the `timeout`, if provided, has been reached and then list the job. If no `timeout` is specified, the default value is set to the max value, 1 week.
* Workload List supports waiting for the completion of a specific job. XPK will follow an existing job until it has finished or the `timeout`, if provided, has been reached and then list the job. If no `timeout` is specified, the default value is set to the max value, 1 week. You may also set `timeout=0` to poll the job once.
(Note: `restart-on-user-code-failure` must be set
when creating the workload otherwise the workload will always finish with `Completed` status.)
Expand Down

0 comments on commit 5442641

Please sign in to comment.