Feature #6928
openReconsider Mentat process management
0%
Description
We currently use the handcrafted mentat-controller, which has both its pros and cons. Another possibilities to consider could be to replace it by existing library (like supervisord), or by standard systemd units (possibly generated by some form of helper tooling to reflect actual pipeline).
Related issues
Updated by Pavel Kácha almost 4 years ago
- Assignee deleted (
Jan Mach)
Seems like we're not the first with the idea, IntelMQ already started to implement both approaches:
https://intelmq.readthedocs.io/en/latest/user/configuration-management.html#using-supervisor-as-process-manager-beta
https://github.com/certtools/intelmq/tree/develop/contrib/systemd
Updated by Radko Krkoš over 2 years ago
- Related to Bug #7559: Mentat import pipeline running after reboot while disabled added
Updated by Radko Krkoš over 2 years ago
- Related to Feature #6929: Reconsider Mentat command-line tools added
Updated by Rajmund Hruška over 1 year ago
- Blocks Feature #4218: Hawat: Improve system status view module added
Updated by Pavel Kácha 5 months ago
Note that switching solely to systemd (generators) would probably not work for non-system wide installations – local git devel version, possible docker version, etc. As far as I know, systemd does not support those.