i tried using CLOSESPIDER_TIMEOUT
extension in the settings to kill the spiders which are running beyond 3 hours.
CLOSESPIDER_TIMEOUT = 3 * 60 * 60
Although the spiders receive the close timeout request, It never actually stops the spider, which keeps on running.
Any ideas on what's wrong in this case?