fixed several workflow/spectre related bugs
This commit is contained in:
parent
ccf1b3633f
commit
9b9b63cc12
7 changed files with 134 additions and 115 deletions
|
|
@ -81,7 +81,7 @@ sub notify {
|
|||
timeout=>10
|
||||
);
|
||||
if ($remote) {
|
||||
my $result = $remote->post('admin/shutdown', @params);
|
||||
my $result = $remote->post(@params);
|
||||
unless (defined $result) {
|
||||
$self->session->errorHandler->warn("Couldn't send command to Spectre because ".$POE::Component::IKC::ClientLite::error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue