Skip to content

Commit

Permalink
task generator: add log statement about potential blocking condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 27, 2024
1 parent a641d99 commit a892fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disbatch/disBatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ def __init__(self, tasks, filter=None):

# We look ahead by one task because we need to actually
# start constructing tasks to know if we are done.
logger.info('Fetching first task, could block')
self._buffer_next()

def __iter__(self):
Expand Down

0 comments on commit a892fbb

Please sign in to comment.