Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Dec 15, 2023
1 parent 935d11b commit fdc8772
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Breaking change

* Mechanism for resubmitting tasks was changed. Command `resubmit` was removed, see the manual for replacement.
* Mechanism for resubmitting tasks was changed. Command `resubmit` was removed,
see https://it4innovations.github.io/hyperqueue/latest/jobs/failure/ for replacement.

* The output format of the `job info` command with JSON output mode has been changed. Note that
the JSON output mode is still unstable.
Expand Down
2 changes: 1 addition & 1 deletion crates/hyperqueue/src/server/client/submit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ fn build_tasks_array(
Some(entries) => ids
.iter()
.zip(tako_base_id..)
.zip(entries.into_iter())
.zip(entries)
.map(|((task_id, tako_id), entry)| {
build_task_conf(
serialize_task_body(&ctx, task_id.into(), Some(entry), &task_desc),
Expand Down
Binary file modified docs/imgs/cheatsheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 13 additions & 11 deletions docs/imgs/cheatsheet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fdc8772

Please sign in to comment.