Skip to content

Commit 5382e59

Browse files
authored
Merge pull request #22 from jovic1987/master
Add missing logging to new relic after task execute
2 parents 87a84fb + ee3e6b5 commit 5382e59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Tasker2/Runner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public function execute()
9393
try {
9494
$this->checkMaxRetryAttempts();
9595
$task->execute();
96+
$this->logNewRelicEnd();
9697
} catch (\Exception $e) {
9798
$this->handleException($e);
9899
throw $e;

0 commit comments

Comments
 (0)