elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
976 stars 115 forks source link

Stop and resume the spider where it stopped #232

Closed shellking4 closed 1 year ago

shellking4 commented 1 year ago

Can we stop and resume the spider at a given point ? How is it done ?

Ziinc commented 1 year ago

You can call Crawly.Engine.stop_spider(MySpider) from anywhere in your project code.

Ziinc commented 1 year ago

please use discussions for such question