Skip to content

Commit

Permalink
bring back item pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
adgramigna committed Nov 14, 2024
1 parent a736049 commit f161985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion job_board_scraper/job_board_scraper/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

# Configure item pipelines
# See https://docs.scrapy.org/en/latest/topics/item-pipeline.html
# ITEM_PIPELINES = {"job_board_scraper.pipelines.JobScraperPipelinePostgres": 299}
ITEM_PIPELINES = {"job_board_scraper.pipelines.JobScraperPipelinePostgres": 299}

# Enable and configure the AutoThrottle extension (disabled by default)
# See https://docs.scrapy.org/en/latest/topics/autothrottle.html
Expand Down
2 changes: 1 addition & 1 deletion job_board_scraper/run_job_scraper_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
process.crawl(
LeverJobsOutlineSpider,
careers_page_url=careers_page_url,
use_existing_html=True,
use_existing_html=False,
run_hash=run_hash,
)

Expand Down

0 comments on commit f161985

Please sign in to comment.