a bunch of bug fixes and tweaks related to workflow/versioning
This commit is contained in:
parent
f73b2996da
commit
985417afd3
9 changed files with 38 additions and 9 deletions
|
|
@ -374,7 +374,7 @@ sub workerResponse {
|
|||
} elsif ($response->is_redirect) {
|
||||
$self->debug("Response for $instanceId was redirected.");
|
||||
} elsif ($response->is_error) {
|
||||
$self->debug("Response for $instanceId had a communications error.");
|
||||
$self->debug("Response for $instanceId had a communications error. ".$response->error_as_HTML);
|
||||
$kernel->yield("suspendInstance",$instanceId)
|
||||
# we should probably log something
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue