Skip to content

Commit

Permalink
Store JobLogs after updating them
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Dec 5, 2024
1 parent b0ad70d commit 9061076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cron/ActionTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ public function run($argument)
}
}

$this->jobLogMapper->update(entity: $jobLog);

// Let's report back about what we have just done
return $jobLog;
}
Expand Down

0 comments on commit 9061076

Please sign in to comment.