Skip to content

Commit

Permalink
Reset childjobs watcher when kicking it off from a new parent job rou…
Browse files Browse the repository at this point in the history
…te (#24668)
  • Loading branch information
philrenaud authored Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 932c3eb commit 7746f29
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/24668.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fix an issue where 2 parent jobs would see the others dispatches if it were otherwise empty
```
1 change: 1 addition & 0 deletions ui/app/controllers/jobs/job/index.js
Original file line number Diff line number Diff line change
@@ -98,6 +98,7 @@ export default class IndexController extends Controller.extend(
{ id, namespace },
throttle = Ember.testing ? 0 : 2000
) {
this.childJobs = [];
while (true) {
let params = {
filter: `ParentID == "${id}"`,

0 comments on commit 7746f29

Please sign in to comment.