0

I want to make my spider start every three hours.

I have a scrapy confinguration file located in c:/scrapyd folder.

I changed the poll_interval to 100

the spider works, but it didn't repeat each 100 seconds.

how to do that please?

warvariuc
  • 57,116
  • 41
  • 173
  • 227
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253

1 Answers1

1

Maybe you should do a cron job that executes every three hours and performs a curl call to Scrapyd to schedule the job.