• LogParser v0.8.2, last updated at 2026-03-28 06:03:17, http://scrapyd-3:6800/logs/sourcing_v2/auto1.es/task_21_2026-03-28T06_00_00.json

PROJECT (sourcing_v2), SPIDER (auto1.es)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto1.es
    jobtask_21_2026-03-28T06_00_00
    first_log_time2026-03-28 06:00:04
    latest_log_time2026-03-28 06:03:10
    runtime0:03:06
    crawled_pages 65
    scraped_items 89
    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:03:10 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fb37c64e090>
      2026-03-28 06:03:10 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fb37c77bc50>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      69b973d3fa05456f
    • latest_crawl

      2026-03-28 06:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
    • latest_scrape

      2026-03-28 06:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
    • latest_stat

      2026-03-28 06:03:05 [scrapy.extensions.logstats] INFO: Crawled 63 pages (at 26 pages/min), scraped 89 items (at 2 items/min)
    • 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 [auto1.es] INFO: Batch mode enabled: batch 1/2
      2026-03-28 06:00:04 [auto1.es] INFO: Starting spider auto1.es
      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: 69b973d3fa05456f
      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/auto1.es/task_21_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:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-28 06:00:05 [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:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-28 06:00:05 [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 2113
      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 142MiB
      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:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api']
    • Tail

      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: VN26021
      2026-03-28 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VN26021%27 HTTP/1.1" 200 None
      2026-03-28 06:03:07 [auto1.es] INFO: Scrape type for VN26021: 0
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: WH54771
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: NL75511
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: LX82632
      2026-03-28 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX82632%27 HTTP/1.1" 200 None
      2026-03-28 06:03:07 [auto1.es] INFO: Scrape type for LX82632: 0
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: WW97634
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: JM72010
      2026-03-28 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM72010%27 HTTP/1.1" 200 None
      2026-03-28 06:03:07 [auto1.es] INFO: Scrape type for JM72010: 0
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: SD86160
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: HF43561
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: PP85710
      2026-03-28 06:03:07 [auto1.es] INFO: Found listing with ID: PL21143
      2026-03-28 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL21143%27 HTTP/1.1" 200 None
      2026-03-28 06:03:08 [auto1.es] INFO: Scrape type for PL21143: 0
      2026-03-28 06:03:08 [auto1.es] INFO: Found listing with ID: ZL14108
      2026-03-28 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZL14108%27 HTTP/1.1" 200 None
      2026-03-28 06:03:08 [auto1.es] INFO: Scrape type for ZL14108: 0
      2026-03-28 06:03:08 [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:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
      2026-03-28 06:03:09 [auto1.es] INFO: Channel: 24h | Page: 61 | totalHits: 2396 | hits on page: 0
      2026-03-28 06:03:09 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-03-28 06:03:09 [auto1.es] INFO: auto1.es Batch config: batch 1/2
      2026-03-28 06:03:09 [auto1.es] INFO: auto1.es Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 172, <ScrapeType.BATCH_SKIPPED: 5>: 191}
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20last_price_update_time%20lt%201774245789 HTTP/1.1" 200 None
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AE25317') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AJ55471') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AR44820') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BB01662') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BD30925') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BE06656') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BF07220') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BL04336') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BP04557') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BT51966') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CK64401') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CM19424') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CS18132') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CX61277') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DA13476') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DF59241') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DR68997') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DS66917') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DT13849') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DW66129') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DW89437') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DX11445') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EA54243') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EE18578') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EF51698') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EG49658') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FA82690') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FB78018') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FC04993') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FE71632') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FZ58029') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='GM87668') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='GX38118') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HN96892') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HR35860') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HU27637') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HU62060') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HX16720') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HY60874') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HZ79530') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JB30791') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JS65423') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JS77996') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JT99959') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KB46228') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KJ62845') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KT61818') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KX75561') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KZ53797') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LG52328') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LG74328') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LN53960') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LX14110') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LZ33351') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='MF02343') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='MP47932') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='MS21138') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='MZ07123') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NB50653') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NM96336') HTTP/1.1" 204 0
      2026-03-28 06:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NR34609') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NX11636') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NY52163') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NZ75467') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='PU70808') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RE44719') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RE65506') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RK66669') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RV29319') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RW91373') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SC41717') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SE61293') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SG44268') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SK21158') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SP96056') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SR52978') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TC19225') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TD06615') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TF16142') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TT81600') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TX62344') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TZ15382') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UF00367') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UM14672') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UR25728') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UR27167') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UT89207') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UV28052') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UX05797') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UY71095') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UZ72547') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VM00435') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VU48237') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VW16174') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VY98450') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WF35084') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WG88272') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WP14523') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WY32566') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XS11763') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XX40096') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XY16398') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='YE34243') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='YM31439') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='YM74874') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='YP32131') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZB98077') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZE99831') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZJ09565') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZT35340') HTTP/1.1" 204 0
      2026-03-28 06:03:10 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (89 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.es/task_21_2026-03-28T06_00_00.jl
      2026-03-28 06:03:10 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 184823,
       'downloader/request_count': 65,
       'downloader/request_method_count/GET': 2,
       'downloader/request_method_count/POST': 63,
       'downloader/response_bytes': 10700141,
       'downloader/response_count': 65,
       'downloader/response_status_count/200': 65,
       'elapsed_time_seconds': 184.955862,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 28, 6, 3, 10, 515244, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 89,
       'log_count/DEBUG': 3298,
       'log_count/INFO': 4465,
       'memusage/max': 166207488,
       'memusage/startup': 149925888,
       'request_depth_max': 64,
       'response_received_count': 65,
       'scheduler/dequeued': 65,
       'scheduler/dequeued/memory': 65,
       'scheduler/enqueued': 65,
       'scheduler/enqueued/memory': 65,
       'scrape_type/batch_skipped': 1240,
       'scrape_type/price_update': 89,
       'scrape_type/skipped': 1107,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 65,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 1.8977809415557063,
       'scrapy-zyte-api/mean_response_seconds': 2.0442387133191984,
       'scrapy-zyte-api/processed': 65,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 65,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 64,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 65,
       'scrapy-zyte-api/request_args/httpRequestBody': 63,
       'scrapy-zyte-api/request_args/httpRequestMethod': 63,
       'scrapy-zyte-api/request_args/httpResponseBody': 65,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 65,
       'scrapy-zyte-api/request_args/sessionContext': 65,
       'scrapy-zyte-api/request_args/url': 65,
       'scrapy-zyte-api/status_codes/200': 65,
       'scrapy-zyte-api/success': 65,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 2436,
       'source/total_available': 2396,
       'start_time': datetime.datetime(2026, 3, 28, 6, 0, 5, 559382, tzinfo=datetime.timezone.utc)}
      2026-03-28 06:03:10 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-28 06:03:10 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fb37c64e090>
      2026-03-28 06:03:10 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7fb37c77bc50>
    • Log

      /4/log/utf8/sourcing_v2/auto1.es/task_21_2026-03-28T06_00_00/?job_finished=True

    • Source

      http://scrapyd-3:6800/logs/sourcing_v2/auto1.es/task_21_2026-03-28T06_00_00.log

  • sourcelog
    last_update_time2026-03-28 06:03:10
    last_update_timestamp1774677790
    downloader/request_bytes184823
    downloader/request_count65
    downloader/request_method_count/GET2
    downloader/request_method_count/POST63
    downloader/response_bytes10700141
    downloader/response_count65
    downloader/response_status_count/20065
    elapsed_time_seconds184.955862
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 28, 6, 3, 10, 515244, tzinfo=datetime.timezone.utc)
    item_scraped_count89
    log_count/DEBUG3298
    log_count/INFO4465
    memusage/max166207488
    memusage/startup149925888
    request_depth_max64
    response_received_count65
    scheduler/dequeued65
    scheduler/dequeued/memory65
    scheduler/enqueued65
    scheduler/enqueued/memory65
    scrape_type/batch_skipped1240
    scrape_type/price_update89
    scrape_type/skipped1107
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts65
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds1.8977809415557063
    scrapy-zyte-api/mean_response_seconds2.0442387133191984
    scrapy-zyte-api/processed65
    scrapy-zyte-api/request_args/customHttpRequestHeaders65
    scrapy-zyte-api/request_args/experimental.requestCookies64
    scrapy-zyte-api/request_args/experimental.responseCookies65
    scrapy-zyte-api/request_args/httpRequestBody63
    scrapy-zyte-api/request_args/httpRequestMethod63
    scrapy-zyte-api/request_args/httpResponseBody65
    scrapy-zyte-api/request_args/httpResponseHeaders65
    scrapy-zyte-api/request_args/sessionContext65
    scrapy-zyte-api/request_args/url65
    scrapy-zyte-api/status_codes/20065
    scrapy-zyte-api/success65
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered2436
    source/total_available2396
    start_timedatetime.datetime(2026, 3, 28, 6, 0, 5, 559382, tzinfo=datetime.timezone.utc)