👋
Child worker processes have the title Unnamed after updating to latest Falcon (0.55.2). Before it used to be the name of the service from services definition file. It seems like the switch to Async::Service::Managed::Service is the culprit.
Can we get this "proc title = service name" behavior back? Right now I have to hack it by passing extra container_options { name: ... } which seems a bit redundant.
👋
Child worker processes have the title
Unnamedafter updating to latest Falcon (0.55.2). Before it used to be the name of the service from services definition file. It seems like the switch to Async::Service::Managed::Service is the culprit.Can we get this "proc title = service name" behavior back? Right now I have to hack it by passing extra
container_options { name: ... }which seems a bit redundant.