-1

I have scrapyd installed and running on my Mac but I want to restart or kill it - I think it might be a reason that I can't get scrapyd-client to function after installing through pip.

I can't find a way to kill or restart it. I installed through pip and ran the following command to start it:

scrapyd

Any ideas?

MoreScratch
  • 2,933
  • 6
  • 34
  • 65
  • Please refer to https://stackoverflow.com/questions/12428143/how-do-i-restart-the-scrapyd-daemon – Yuan Z Aug 14 '17 at 22:28

1 Answers1

2

Do

killall scrapyd

This will kill Scrapyd hence all the running jobs are also killed.

Umair Ayub
  • 19,358
  • 14
  • 72
  • 146