Hi everyone, good day.
Problem: When every time we are importing data in our ERP site, we always received pop-up message “Internal Server Error” or “Request Timeout”.
Action Taken: We increased the RAM, vCPUs and Memory.
Concern: We are still encountering the same issues after increasing RAM, vCPUs and Memory. We already performed performance tuning for Gunicorn Workers. Is there anything that we are still missing to do?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @GienVicencio,
It seems like the process of importing data is actually taking too much time or memory that it’s hitting the limits configured. This doesn’t mean it’s reaching the limits of the droplet but the limits set for the application.
I’ll recommend doing a little more tuning to your Gunicorn Workers such as increasing the memory they can take and the execution time. For instance to increase the workers memory limit, you should be able to use post_worker_init
To check the other limits which you can set, please visit the following link GuniCorn Workers Config
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.