rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
87 stars 19 forks source link

Supervisorctl is not running in frappe service #175

Closed sudhegan closed 2 months ago

sudhegan commented 2 months ago

Describe the bug cannot start the site for development after stopping due to error as below Supervisorctl is not running in frappe service

To Reproduce Steps to reproduce the behavior: 1.create a site then stop thew site

  1. code the site
  2. then stop the site
  3. the start the site it won't start

Expected behavior site should start

System information (please complete the following information):

Attach log Please attach logs from ~/frappe/logs/fm.log for faster resolution. fm.log

Additional context Add any other context about the problem here.

Xieyt commented 2 months ago

This issue arises due to a bug. The error occurs because fm fails to detect whether supervisord is running when one of its processes is not in the running state.

sudhegan commented 2 months ago

is the already in work or this is the first time and a bug in supervisor or fm

Xieyt commented 2 months ago

This bug is being fixed in #177. The bug is present in fm not in supervisord.