I am getting the H12 "Request timeout" error when I am working with large data in a CSV file and when the data in the CSV file is less the app is working fine.
The logs that I am getting is :
2022-02-27T06:05:20.963369+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/" host=youtube-channel-list.herokuapp.com request_id=36c5fe9b-21c5-40de-8804-a75786dfd32e fwd="27.97.65.233" dyno=web.1 connect=0ms service=30699ms status=503 bytes=0 protocol=https
I updated my Procfile also as:
web: gunicorn channelList.wsgi --timeout 120 --keep-alive 5 --log-level debug --log-file -
But still, the same error is coming. What exactly do I need to do? If you need more information, I am ready to provide it.