Skip to content

Commit

Permalink
Also clear job.info when requeueing
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jan 29, 2024
1 parent f1e9e47 commit d126782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parts/21-mutate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ mutate_restart-jobs() { ## [--commit] <-|job_id [job_id [...]]> : Restart some j
destination_id = null,
destination_params = null,
job_runner_name = null,
job_runner_external_id = null
job_runner_external_id = null,
info = ''
WHERE job.id in ($job_ids_string)
EOF

Expand Down

0 comments on commit d126782

Please sign in to comment.