Angel icon indicating copy to clipboard operation
Angel copied to clipboard

Process Monitoring/Management, Like Daemontools

Results 9 Angel issues
Sort by recently updated
recently updated
newest added

I would be interested in helping to maintain Angel. I am using it for a project and it is very useful for me and surely others feel the same.

such this one: ``` exe="ls \"this that\"" ``` it wont look for the single argument `this that`, but rather for 2 arguments `\"this` and for `that\".`

Is it sensible to have an option for angel to write a PID file? How do people know which process to send a signal to otherwise?

With a process that's died, we end up seeing zombies that angel hasn't reaped: ``` $ ps aux | grep my-program ... [my-program] ... [my-program] ... [my-program] ... [my-program] ```...

Motivated by https://github.com/fpco/stackage/pull/2091

Would there be any interest in adding some cron-like features to angel? The reason I'm asking is because I have a system where some things are programs that need to...

Currently one must explicitly write an environment in the config file, it may be useful to allow a config option to pass all environment as it is to the supervised...

I thought this may be another very cool addition: Use the same underlying infrastructure to expose a Haskell DSL that allows one to write Haskell code instead of the config...

Hi! I'm using Angel to manage ~150 workers across a dozen servers for my project Dreamwidth (www.dreamwidth.org). We used to use our own custom software, but decided to switch to...