Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 357 Bytes

File metadata and controls

15 lines (9 loc) · 357 Bytes

Fetcher

Setup

Before first run, run setup_db.py to create DB tables. You need RabbitMQ. Install yourself :) You need celery + other requirements.

pip install -r requirements.txt

Run run.sh to execute application. This scripts run the following:

celery -A app.tasks beat -l info
celery -A app.tasks worker --pool=solo -l info