Skip to content

Commit

Permalink
Merge pull request #119 from ConductionNL/feature/CONNECTOR-150/joblogs
Browse files Browse the repository at this point in the history
Store JobLogs after updating them
  • Loading branch information
rjzondervan authored Dec 5, 2024
2 parents b0ad70d + 9061076 commit 4d48122
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 4d48122

Please sign in to comment.