Reset childjobs watcher when kicking it off from a new parent job route (#24668)

This commit is contained in:
Phil Renaud
2024-12-17 10:49:37 -05:00
committed by GitHub
parent 932c3ebfb0
commit 7746f290e6
2 changed files with 4 additions and 0 deletions

View File

@@ -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}"`,