bzp2010 opened a new issue #2185:
URL: https://github.com/apache/apisix-dashboard/issues/2185


   # Feature request
   
   ## Please describe your feature
   
   Remove built-in service daemon manager in backend that implement by go 
module `takama/daemon`.
   
   Although this function exists, it brings some convenience. But it brings 
platform-related uncertainty to the operating system, makes it difficult to 
debug when problems occur during startup, and we need to add a lot of 
additional peripheral code to support it, such as writing out the PID file 
(when a program exception ends, the PID file will not be removed automatically 
correctly, which has caused many usage problems), the more irrelevant function 
code will cause more problems.
   
   There are two main ways to use the new service management.
   1. Container
   2. 
   
   ## Describe the solution you'd like
   
   A clear and concise description of what you want to happen.
   
   ## Describe alternatives you've considered
   
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   ## Additional context
   
   Add any other context or screenshots about the feature request here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to