We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7f128 commit 9a5c812Copy full SHA for 9a5c812
src/apify/storage_clients/_apify/_request_queue_client.py
@@ -544,7 +544,7 @@ async def _list_head(
544
"""
545
# Return from cache if available and we're not checking for new forefront requests
546
if self._queue_head and not self._should_check_for_forefront_requests:
547
- logger.debug(f'Using cached queue head with {len(self._queue_head)} requests, {call_time}')
+ logger.debug(f'Using cached queue head with {len(self._queue_head)} requests')
548
# Create a list of requests from the cached queue head
549
items = []
550
for request_id in list(self._queue_head)[:limit]:
0 commit comments