5h3rr1ll / Goodbuy

It’s about building a tool to raise awareness what impact your consumptions have on the plane, the society and nature and also empowers people to consume based on their own ethical and moral consumer profile.
https://goodbuy.herokuapp.com
The Unlicense
1 stars 1 forks source link

Background Tasks in Python with RQ #43

Open 5h3rr1ll opened 4 years ago

5h3rr1ll commented 4 years ago

Goodbuy Django project doesn't work on heroku.com. The scraper causes a timeout error, cause the crawler takes more then 30 seconds to answer the request.

To solve this problem a brackground task could help. https://devcenter.heroku.com/articles/python-rq

Another solution could be: https://devcenter.heroku.com/articles/celery-heroku