TeamHG-Memex / sitehound-frontend

Site Hound (previously THH) is a Domain Discovery Tool
Apache License 2.0
23 stars 13 forks source link

Add "workspace_id", change "seeds" to "urls" in all queues #15

Closed lopuhin closed 7 years ago

lopuhin commented 7 years ago

Workspace_id is needed to have a mapping between crawls and workspaces on my side, I still need it for login and in some cases for stopping the old crawl when a new one is requested, so I think it's better to have it for all crawling jobs. And I renamed "seeds" to "urls" to have this attribute consistent between all crawl jobs (using "seeds" everywhere is also fine by me).

I also did some changes to the not yet reviewed API - is it ok to have them here and review once we get to them?