CC-3589 : Send cancel recording message to pypo
This commit is contained in:
parent
1da134f967
commit
057ca55074
|
@ -581,6 +581,10 @@ class Application_Model_Scheduler {
|
|||
}
|
||||
|
||||
$this->con->commit();
|
||||
|
||||
if ($instance->getDbRecord()) {
|
||||
Application_Model_RabbitMq::SendMessageToShowRecorder("cancel_recording");
|
||||
}
|
||||
}
|
||||
catch (Exception $e) {
|
||||
$this->con->rollback();
|
||||
|
|
Loading…
Reference in New Issue