Eugene Berger
Eugene Berger
Fixed in v1.9.0
Hi @jcmuller, It is a very good idea. A PR is more than welcome.
Hi @albertilagan, Today we have: ```shell >process-compose process list -owide PID NAME NAMESPACE STATUS AGE HEALTH RESTARTS EXITCODE 80414 pc_log default Running 2h13m - 0 0 80415 postgresql default Launching...
Makes sense. Will add it to the next release.
Added in v1.40.0
Hi @thenonameguy, Makes sense. Will look into it.
Hi @thenonameguy, I tried to reconstruct your scenario and here is what I found: 1. Consider that the `processes` are always DAG. 2. For example A->B->C. 3. If **not** disabled...
Hi @camcalaquian, Consider the following `config.yaml` ```yaml processes: A: command: "sleep 5" depends_on: B: condition: B: command: "sleep 5" ``` Process `A` depends on `B`, it will start based on...
There are several alternatives to consider (not sure which one is the desired behavior): 1. (TUI) When starting a disabled (or stopped) process ask each time if also start its...
Hi @shivaraj-bh, Just to make sure, are you aware that this information already exists in the general process info `F3`? Do you think it deserves a dedicated column?