You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose run --rm worker scrape <name-of-spider># or
docker-compose run --rm worker scrape --as-task <name-of-spider># to sent it to worker as task#### Download a data source```powershell
docker-compose run --rm worker download <name-or-id-of-resource># or
docker-compose run --rm worker download --as-task <name-or-id-of-resource>