To manage processes, you generally use Supervisor, which improves the management interface itself. If it is not easy to use, you can use some third-party plug-ins
This requirement is indeed a bit strange, pff. You can use a message queue, but write the background script as a background process, and the parameters are passed to the background script through the message queue.
To manage processes, you generally use Supervisor, which improves the management interface itself. If it is not easy to use, you can use some third-party plug-ins
Looks like you may need message queue, message queue, inter-process communication
This requirement is indeed a bit strange, pff.
You can use a message queue, but write the background script as a background process, and the parameters are passed to the background script through the message queue.