Skip to content

Commit

Permalink
not to skip ready files when checking preparation status
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Nov 14, 2019
1 parent 3637dad commit 0030daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandaharvester/harvesterbody/preparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def run(self):
harvester_config.preparator.checkInterval,
harvester_config.preparator.lockInterval,
lockedBy,
max_files_per_job=maxFilesPerJob,
ng_file_status_list=['ready'])
max_files_per_job=maxFilesPerJob)
mainLog.debug('got {0} jobs to check'.format(len(jobsToCheck)))
# loop over all jobs
for jobSpec in jobsToCheck:
Expand Down

0 comments on commit 0030daa

Please sign in to comment.