Skip to content

Commit

Permalink
feat: Disable SQS publish for while
Browse files Browse the repository at this point in the history
  • Loading branch information
BEMELON committed Nov 17, 2023
1 parent 610d683 commit 48e856e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BgKeywordSpider(scrapy.Spider):
"ITEM_PIPELINES": {
"scrapy_crawler.Bungae.TotalSearch.pipelines.DuplicateFilterPipeline": 1,
"scrapy_crawler.Bungae.TotalSearch.pipelines.ManualFilterPipeline": 2,
"scrapy_crawler.Bungae.TotalSearch.pipelines.PublishSQSPipeline": 3,
# "scrapy_crawler.Bungae.TotalSearch.pipelines.PublishSQSPipeline": 3,
"scrapy_crawler.Bungae.TotalSearch.pipelines.PostgresExportPipeline": 4,
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class JgKeywordSpider(scrapy.Spider):
"scrapy_crawler.Joonggonara.TotalSearch.pipelines.HtmlParserPipeline": 1,
"scrapy_crawler.Joonggonara.TotalSearch.pipelines.ManualFilterPipeline": 2,
"scrapy_crawler.Joonggonara.TotalSearch.pipelines.DuplicateFilterPipeline": 3,
"scrapy_crawler.Joonggonara.TotalSearch.pipelines.PublishSQSPipeline": 4,
# "scrapy_crawler.Joonggonara.TotalSearch.pipelines.PublishSQSPipeline": 4,
"scrapy_crawler.Joonggonara.TotalSearch.pipelines.PostgresExportPipeline": 5,
}
}
Expand Down

0 comments on commit 48e856e

Please sign in to comment.