How to increase background worker in common_site_config.json?
1 Like
This might help
2 Likes
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
5 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