Skip to content

Commit

Permalink
0004127: Store count of processed files in sym_node_host_job_stats fo…
Browse files Browse the repository at this point in the history
…r StageManagementJob (#91)
  • Loading branch information
woehrl01 authored and erilong committed Oct 28, 2019
1 parent b109d67 commit 348370f
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -45,8 +45,10 @@ public JobDefaults getDefaults() {
public void doJob(boolean force) throws Exception {
IStagingManager stagingManager = engine.getStagingManager();
if (stagingManager != null) {
stagingManager.clean(engine.getParameterService()
long processed = stagingManager.clean(engine.getParameterService()
.getLong(ParameterConstants.STREAM_TO_FILE_TIME_TO_LIVE_MS));

setProcessedCount(processed);
}
}

Expand Down

0 comments on commit 348370f

Please sign in to comment.