Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrapy spider never stops after stop attempt #1546

Open
nicolasassi opened this issue Feb 13, 2025 · 0 comments
Open

Scrapy spider never stops after stop attempt #1546

nicolasassi opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@nicolasassi
Copy link

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 nicolasassi added the bug Something isn't working label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant