Yauhen
Yauhen
5 cents on PID. Now, when new launcher doesn't create a new PID file how can I get services' PID from `reconfigure` hook?
It is very comfortable in a wrapper package that you can relay on TDEPS - it just handy. However, for reliability it better to explicitly use DEPS, not TDEPS. TDEPS...
``` health-api: Writing configuration health-api: Writing service management scripts health-api: Using run hook /src/health-api/habitat/hooks/run health-api: Building package metadata [ERROR] [rq] Encountered: expected an equals, found a period at line 19...
Create any package with default.toml: ```toml web.http.port = 80 ``` In `plan.sh` try export and expose the port. `rq` unable to parse such toml file: `[ERROR] [rq] Encountered: expected an...
@christophermaier, I checked `rq` version `1.0.2` and it seems to work.
UPD: still issues with rq: https://github.com/dflemstr/rq/issues/206
It odd for me you're closing issue while habitat itself still does not work as expected.. Anyway this issue requires an action from habitat dev team...
Linking rq issue: https://github.com/dflemstr/rq/issues/208
I'm ended up with decision that nowadays it is impossible to use leader-follower topology at all. Here is classic and simple use-case: I have 3 postgresql servers running in leader...
Yep. `fqdn` options is good here. I'm also thinking about an general approach to catch all future use-cases if any.. For example, introduce general options for the `sys` data. Run...