Skip to content

Commit 13325d7

Browse files
committed
Even more logs
1 parent 1591984 commit 13325d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crawlee/_autoscaling/autoscaled_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async def _worker_task_orchestrator(self, run: _AutoscaledPoolRun) -> None:
250250
with suppress(asyncio.TimeoutError):
251251
await asyncio.wait_for(run.worker_tasks_updated.wait(), timeout=0.5)
252252
finally:
253-
logger.info('Finally pool')
253+
logger.info(f'Finally pool. {finished=}, {(run.result.done())=}')
254254
if finished:
255255
logger.info('`is_finished_function` reports that we are finished')
256256
elif run.result.done() and run.result.exception() is not None:

0 commit comments

Comments
 (0)