Skip to content

Commit

Permalink
fixup! Issue #95 split POC script from reusable logic
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 20, 2023
1 parent 2a58fa5 commit 7859215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openeo_aggregator/partitionedjobs/crossbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def run_partitioned_job(pjob: PartitionedJob, connection: openeo.Connection) ->
elif set(state_stats.keys()).issubset(SUBJOB_STATES.FINAL_STATES):
# TODO fail with exception instead of just returning a status report
_log.warning("Breaking out of loop: some jobs failed.")
break

if need_sleep:
_log.info("Going to sleep")
Expand Down

0 comments on commit 7859215

Please sign in to comment.