How to increase background workers

How to increase background worker in common_site_config.json?

1 Like

This might help

1 Like

Hello @sachin1,

You need to change the configuration in common_site_config.json and run the following commands :

  • bench setup supervisor
  • bench restart

common_site_config.json is located at /home/frappe/frappe-bench/sites

4 Likes

Change value in common_site_config.json as “background_workers”: 2
and then follow below steps

  • bench setup supervisor
  • sudo supervisorctl reread
  • sudo supervisorctl update
  • bench restart