System architecture & configuration

Hello all,
Where do I find detailed information about the system architecture. Is the system scalable? Can I define how many worker processes ++ are going to be started during the system startup? (Similar to SAP R/3 ?!) - Thank you!
Frank

@schumafr In production deployment, ERPnext uses supervisor to manage the workers. Check this:

In your frappe.ini you can set number of workers for

  1. webserver (gunicorn)
  2. job worker (celery_app)
  3. longjob worker (celery_app)