• 'pip install logparser' on host 'scrapyd-0:6800' and run command 'logparser'. Or wait until LogParser parses the log.
  • Fail to request logfile from http://scrapyd-0:6800/logs/sourcing_v2/motorway.uk/task_1_2026-03-28T06_00_00 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-03-28 06:02:22, /var/lib/scrapydweb/data/stats/scrapyd-0_6800/sourcing_v2/motorway.uk/task_1_2026-03-28T06_00_00.json

PROJECT (sourcing_v2), SPIDER (motorway.uk)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spidermotorway.uk
    jobtask_1_2026-03-28T06_00_00
    first_log_time2026-03-28 06:00:04
    latest_log_time2026-03-28 06:02:13
    runtime0:02:09
    crawled_pages 91
    scraped_items 53
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count2
    log_warning_count0
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

    • error_logs
      2 in total

      2026-03-28 06:02:13 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f7b4a6ba750>
      2026-03-28 06:02:13 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f7b4a33e510>

      INFO

      DEBUG

    • latest_crawl

      2026-03-28 06:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/20445023.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
    • latest_scrape

      2026-03-28 06:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/20445023.json>
    • latest_stat

      2026-03-28 06:01:05 [scrapy.extensions.logstats] INFO: Crawled 45 pages (at 45 pages/min), scraped 24 items (at 24 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      cf2a4f3e875d44a2
    • Head

      2026-03-28 06:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-28 06:00:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
      2026-03-28 06:00:04 [motorway.uk] INFO: Batch mode enabled: batch 1/4
      2026-03-28 06:00:04 [motorway.uk] INFO: Starting spider motorway.uk
      2026-03-28 06:00:04 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-28 06:00:04 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-28 06:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-28 06:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-28 06:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: cf2a4f3e875d44a2
      2026-03-28 06:00:04 [scrapy.middleware] INFO: Enabled extensions:
      ['scrapy.extensions.corestats.CoreStats',
       'scrapy.extensions.telnet.TelnetConsole',
       'scrapy.extensions.memusage.MemoryUsage',
       'scrapy.extensions.feedexport.FeedExporter',
       'scrapy.extensions.logstats.LogStats',
       'scrapy.extensions.closespider.CloseSpider']
      2026-03-28 06:00:04 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 7200,
       'DOWNLOAD_MAXSIZE': 52428800,
       'DOWNLOAD_WARNSIZE': 10485760,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/motorway.uk/task_1_2026-03-28T06_00_00.log',
       'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
       'MEMUSAGE_LIMIT_MB': 2048,
       'MEMUSAGE_WARNING_MB': 1536,
       'NEWSPIDER_MODULE': 'spiders',
       'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
       'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
       'SPIDER_MODULES': ['spiders', 'auth_check'],
       'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
       'USER_AGENT': ''}
      2026-03-28 06:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-28 06:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-28 06:00:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
      ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
       'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
       'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
       'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
       'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
       'scrapy.downloadermiddlewares.retry.RetryMiddleware',
       'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
       'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
       'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
       'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
       'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
       'scrapy.downloadermiddlewares.stats.DownloaderStats']
      2026-03-28 06:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-28 06:00:04 [scrapy.middleware] INFO: Enabled spider middlewares:
      ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
       'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
       'scrapy.spidermiddlewares.referer.RefererMiddleware',
       'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
       'scrapy.spidermiddlewares.depth.DepthMiddleware',
       'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
       'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
       'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
      2026-03-28 06:00:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2026-03-28 06:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-28 06:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2105
      2026-03-28 06:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-28 06:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-28 06:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-28 06:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
      2026-03-28 06:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-28 06:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-28 06:00:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
      2026-03-28 06:00:05 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.translation_pipeline.TranslationPipeline',
       'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
       'crawlers.pipelines.post_to_api.PostToApiPipeline']
      2026-03-28 06:00:05 [scrapy.core.engine] INFO: Spider opened
      2026-03-28 06:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-28 06:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-03-28 06:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
      2026-03-28 06:00:05 [scrapy-playwright] INFO: Starting download handler
      2026-03-28 06:00:05 [scrapy-playwright] INFO: Starting download handler
      
      2026-03-28 06:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-28 06:00:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://pro.motorway.co.uk/api/login> (referer: None) ['zyte-api']
    • Tail

      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='3759233') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='3772945') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='3782277') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='3874540') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4001424') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4063952') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4109625') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4179586') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4308664') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4353412') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4603125') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4691999') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4895685') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4965638') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4970292') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='4997901') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5002318') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5060501') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5101503') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5225275') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5305361') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5316416') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5317795') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5339416') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5424036') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5442632') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5504778') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5617025') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5656286') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5686433') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5745731') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5795139') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='5945171') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6017834') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6028278') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6078149') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6167686') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6192152') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6224261') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6267787') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6279889') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6393523') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6401481') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6449530') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='645186') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6455977') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6473700') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6593293') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6661351') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6724820') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6737747') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6770942') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6784307') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6796530') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6814966') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6859413') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6884327') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6943729') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6945233') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='6973334') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7013877') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7121267') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20last_price_update_time%20lt%201774245712&NextPartitionKey=1%2116%21bW90b3J3YXkudWs-&NextRowKey=1%2112%21NzEyMjA0MQ-- HTTP/1.1" 200 None
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7127959') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7153344') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7325239') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7501758') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7569305') HTTP/1.1" 204 0
      2026-03-28 06:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7571485') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7579287') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7644581') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7684488') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7684599') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7688682') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7759583') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7791698') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7820826') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7827599') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7881918') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='7897492') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8103109') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8123920') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8142699') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8154637') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8216529') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8225797') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8270231') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8331669') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8361381') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8446670') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8461277') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8474874') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8496536') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8509009') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8516503') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8554489') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8573629') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8627088') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8658736') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8664071') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8672505') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='868264') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8717762') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8770640') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8777800') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8797017') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8803440') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8853903') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8856145') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8875516') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8923460') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='8947275') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9016572') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9023709') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9089445') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9142936') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9153624') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9183275') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9235493') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9332998') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9354595') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9361773') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9388876') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9406342') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9456556') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9535426') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9540484') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9579815') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9590010') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9624495') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9663317') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9669072') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9724230') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9724894') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9795606') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9833843') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9841659') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9868659') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9899142') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9899384') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='990349') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9943990') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9964754') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='motorway.uk',RowKey='9966304') HTTP/1.1" 204 0
      2026-03-28 06:02:13 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (53 items) in: file:///var/lib/scrapyd/items/sourcing_v2/motorway.uk/task_1_2026-03-28T06_00_00.jl
      2026-03-28 06:02:13 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
      2026-03-28 06:02:13 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 205495,
       'downloader/request_count': 91,
       'downloader/request_method_count/GET': 90,
       'downloader/request_method_count/POST': 1,
       'downloader/response_bytes': 30469069,
       'downloader/response_count': 91,
       'downloader/response_status_count/200': 91,
       'elapsed_time_seconds': 128.351434,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 28, 6, 2, 13, 773168, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 53,
       'log_count/DEBUG': 3313,
       'log_count/INFO': 2050,
       'memusage/max': 194936832,
       'memusage/startup': 148271104,
       'request_depth_max': 36,
       'response_received_count': 91,
       'scheduler/dequeued': 91,
       'scheduler/dequeued/memory': 91,
       'scheduler/enqueued': 91,
       'scheduler/enqueued/memory': 91,
       'scrape_type/batch_skipped': 934,
       'scrape_type/price_update': 53,
       'scrape_type/skipped': 264,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 91,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 4.089259596480118,
       'scrapy-zyte-api/mean_response_seconds': 4.43514148221648,
       'scrapy-zyte-api/processed': 91,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 91,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 90,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 91,
       'scrapy-zyte-api/request_args/httpRequestBody': 1,
       'scrapy-zyte-api/request_args/httpRequestMethod': 1,
       'scrapy-zyte-api/request_args/httpResponseBody': 91,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 91,
       'scrapy-zyte-api/request_args/sessionContext': 89,
       'scrapy-zyte-api/request_args/url': 91,
       'scrapy-zyte-api/status_codes/200': 91,
       'scrapy-zyte-api/success': 91,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 1251,
       'start_time': datetime.datetime(2026, 3, 28, 6, 0, 5, 421734, tzinfo=datetime.timezone.utc)}
      2026-03-28 06:02:13 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-28 06:02:13 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f7b4a6ba750>
      2026-03-28 06:02:13 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f7b4a33e510>
    • Log

      /1/log/utf8/sourcing_v2/motorway.uk/task_1_2026-03-28T06_00_00/?job_finished=True

    • Source

      http://scrapyd-0:6800/logs/sourcing_v2/motorway.uk/task_1_2026-03-28T06_00_00.log

  • sourcelog
    last_update_time2026-03-28 06:02:13
    last_update_timestamp1774677733
    downloader/request_bytes205495
    downloader/request_count91
    downloader/request_method_count/GET90
    downloader/request_method_count/POST1
    downloader/response_bytes30469069
    downloader/response_count91
    downloader/response_status_count/20091
    elapsed_time_seconds128.351434
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 28, 6, 2, 13, 773168, tzinfo=datetime.timezone.utc)
    item_scraped_count53
    log_count/DEBUG3313
    log_count/INFO2050
    memusage/max194936832
    memusage/startup148271104
    request_depth_max36
    response_received_count91
    scheduler/dequeued91
    scheduler/dequeued/memory91
    scheduler/enqueued91
    scheduler/enqueued/memory91
    scrape_type/batch_skipped934
    scrape_type/price_update53
    scrape_type/skipped264
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts91
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds4.089259596480118
    scrapy-zyte-api/mean_response_seconds4.43514148221648
    scrapy-zyte-api/processed91
    scrapy-zyte-api/request_args/customHttpRequestHeaders91
    scrapy-zyte-api/request_args/experimental.requestCookies90
    scrapy-zyte-api/request_args/experimental.responseCookies91
    scrapy-zyte-api/request_args/httpRequestBody1
    scrapy-zyte-api/request_args/httpRequestMethod1
    scrapy-zyte-api/request_args/httpResponseBody91
    scrapy-zyte-api/request_args/httpResponseHeaders91
    scrapy-zyte-api/request_args/sessionContext89
    scrapy-zyte-api/request_args/url91
    scrapy-zyte-api/status_codes/20091
    scrapy-zyte-api/success91
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered1251
    start_timedatetime.datetime(2026, 3, 28, 6, 0, 5, 421734, tzinfo=datetime.timezone.utc)