mozilla / spade

Automated scraping markup+CSS from a list of relevant URLs, using a variety of user-agent strings. Provides reporting on usage of CSS properties and apparent user-agent sniffing.
22 stars 9 forks source link

Setup a new scan schedule from the UI #48

Open maurodoglio opened 11 years ago

maurodoglio commented 11 years ago

If the user is authenticated, the user should be able to schedule a list of sites to be run on a certain schedule from the UI.

mihneadb commented 11 years ago

Besides the UI, this implies having a work queue implemented. How do you think we should implement this?

maurodoglio commented 11 years ago

I have in mind is to use celery's periodic tasks to implement this. I will set it up on vagrant in the next few days, it looks like we are going to use it a lot!

mihneadb commented 11 years ago

Ok, sounds good.