Skip to content

Commit

Permalink
Reset childjobs watcher when kicking it off from a new parent job route
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Dec 13, 2024
1 parent 526c637 commit 5c79ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/controllers/jobs/job/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}"`,
Expand Down

0 comments on commit 5c79ee8

Please sign in to comment.