In Scrapy, when we press CTRL+C we see Received SIGINT, shutting down gracefully. Send again to force
in logs that comes from this code.
Or when we request cancel.json of Scrapyd following code is executed
I want to catch those signals in my Spider, so any of those is called, one of my Spider's callback method should also be called.
I have searched a lot about this but did not find any help.