Real PA status, as described in the RFE.
This commit is contained in:
parent
b206ad1270
commit
0b0962096e
3 changed files with 40 additions and 5 deletions
|
|
@ -74,6 +74,7 @@ Analyze the deltaLog table, and generate the bucketLog table.
|
|||
sub execute {
|
||||
my ($self, undef, $instance) = @_;
|
||||
my $session = $self->session;
|
||||
sleep 45;
|
||||
my $endTime = time() + $self->getTTL;
|
||||
my $expired = 0;
|
||||
|
||||
|
|
@ -139,6 +140,7 @@ EOSQL1
|
|||
userId => $self->get('userId'),
|
||||
message => $message,
|
||||
});
|
||||
$session->db->write('update passiveAnalyticsStatus set endDate=NOW(), running=0');
|
||||
|
||||
return $self->COMPLETE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue