We got an instance API Timeout issue, we can sync the 1 day data but for 10 days sync, we got an error and time out issue.
How to set up http timeout request
We got an instance API Timeout issue, we can sync the 1 day data but for 10 days sync, we got an error and time out issue.
How to set up http timeout request
Hi @Zaryabqureshi:
Use this:
bench config http_timeout <value_in_seconds>
example: bench config http_timeout 6000
And finally this:
bench setup supervisor
bench setup nginx
supervisorctl reload
service nginx reload
Hope this helps.