fix: new spectre.pl error
This commit is contained in:
parent
2d9565775f
commit
f63dc89a0b
3 changed files with 3 additions and 1 deletions
|
|
@ -331,6 +331,7 @@ sub loadSchedule {
|
|||
$data->{sitename} = $session->config->get("sitename")->[0];
|
||||
$kernel->yield("addJob", $data);
|
||||
}
|
||||
$result->finish;
|
||||
$session->close;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@ sub loadWorkflows {
|
|||
while (my ($id, $priority) = $result->array) {
|
||||
$kernel->yield("addInstance", {gateway=>$config->get("gateway"), sitename=>$config->get("sitename")->[0], instanceId=>$id, priority=>$priority});
|
||||
}
|
||||
$result->finish;
|
||||
$session->close;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue