Working fetch feeds and parser, process raw and error urls
This commit is contained in:
@@ -72,7 +72,10 @@ python manage.py runserver
|
||||
|
||||
# Worker
|
||||
python manage.py rqworker default
|
||||
while true; do python manage.py rqworker default --burst; sleep 5; done
|
||||
while true; do python manage.py rqworker default --burst -v 0; sleep 5; done
|
||||
|
||||
# Visualize DB
|
||||
http://localhost:8080/?pgsql=matitos_db&username=supermatitos&db=matitos&ns=public&select=urls&order%5B0%5D=id
|
||||
```
|
||||
|
||||
* Utils
|
||||
|
||||
Reference in New Issue
Block a user