bcore
bcore copied to clipboard
process-manager configuration can't be set by delegate
If the delegate's prepare_context() method alters the process-manager key, this change will not be picked up.
This means that currently, the only way to specify process manager configuration is through files, but not at runtime using a delegate.
To my mind this shouldn't be an issue, but at least I was aware while writing the code.