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
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.
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
The text was updated successfully, but these errors were encountered: