mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Reset childjobs watcher when kicking it off from a new parent job route (#24668)
This commit is contained in:
@@ -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}"`,
|
||||
|
||||
Reference in New Issue
Block a user