In Scarpy is there any way to schedule our spider to run on some time?
Asked
Active
Viewed 733 times
-3
-
In which OS are you working? (win, Unix, Mac) – Nima Soroush Nov 13 '14 at 20:08
-
Suree, you run it from cron or task scheduler. – pguardiario Nov 13 '14 at 23:07
-
Am using ubuntu 14.04. – Anandhakumar R Nov 14 '14 at 04:24
-
I used the time delay { time.sleep(120) } in that but some time it was time out. – Anandhakumar R Nov 14 '14 at 13:52