Skip to content

Commit

Permalink
Merge pull request #251 from pixlise/bugfix/quant-tracker
Browse files Browse the repository at this point in the history
Save requestorUserId for job status, makes quant tracker work for non…
  • Loading branch information
pnemere authored Jun 27, 2024
2 parents a35728a + ab6c71e commit 3c38415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/job/jobWatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func AddJob(
JobItemId: jobItemId,
Name: jobName,
Elements: elementList,
RequestorUserId: requestorUserId,
}

if _, ok := activeJobs[jobId]; ok {
Expand Down

0 comments on commit 3c38415

Please sign in to comment.