We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a84fb + ee3e6b5 commit 5382e59Copy full SHA for 5382e59
1 file changed
src/Tasker2/Runner.php
@@ -93,6 +93,7 @@ public function execute()
93
try {
94
$this->checkMaxRetryAttempts();
95
$task->execute();
96
+ $this->logNewRelicEnd();
97
} catch (\Exception $e) {
98
$this->handleException($e);
99
throw $e;
0 commit comments