crawlab icon indicating copy to clipboard operation
crawlab copied to clipboard

Scrapy spider never stops after stop attempt

Open nicolasassi opened this issue 9 months ago • 0 comments
trafficstars

Describe the bug The stop spider never actually stops the spider. It attempts to stop it, but the spider keeps on going until it finishes or the container is shut down

To Reproduce Steps to reproduce the behavior:

  1. start a scrapy spider
  2. try to stop it using the stop button

Expected behavior I would expect it would gracefully stop the spider.

Screenshots If applicable, add screenshots to help explain your problem.

nicolasassi avatar Feb 13 '25 11:02 nicolasassi