Request Time Out

On Submitting Salary Slips from Payroll Entry, get “Request Time Out” error

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 60, in application
response = frappe.api.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/api.py”, line 55, in handle
return frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 56, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1036, in call
return fn(*args, **newargs)
TypeError: runserverobj() missing 1 required positional argument: ‘method’

Tried Request Timed Out - Error on Salary Slip Submission - #5 by yashodhan, but no luck

Hi, your server performance maybe slow or your timeout configuration is to small.

you can try the following

  1. Increase Timeout in site config
  2. Tune MariaDB Database
  3. Increase Gunicorn workers
2 Likes

Thanks! Works on me

Hello,
Can you tell me where to find the setting to “Increase Timeout in site config”.

Thank you.