Gareth Brown
Gareth Brown
does running [consul as job](https://www.joyent.com/containerpilot/docs/configuration/consul) and [setting the agent in dev mode](https://www.consul.io/docs/agent/options.html#_dev) work for you?
Would be a really useful feature
Thanks, @mterron. I'd seen comments about Joyent feeling that it is complete and not being actively being developed. Not sure about supported and whether they're reviewing PRs? Mind you they...
looks like the [coprocess tests are failing](https://travis-ci.org/joyent/containerpilot)
Yes, you're right. Seems like ps was missing from the Node base image https://github.com/joyent/containerpilot/pull/586 Still has a telemetry test failure
fixed telemetry test failure in other PR. Hopefully someone will look at these PRs
Same, I'd like to send heartbeats that only start once the main process has started, not before.
Solved our own issue with: ```json5 { name: 'apache-fwdproxy', exec: '/usr/local/bin/app-manage start', restarts: 3, port: '33000', health: { exec: '/usr/local/bin/app-manage health', interval: 10, ttl: 30, timeout: 3, }, tags: [...
Hi, We have a case that is related to this issue and also #416 and #518, where we hit a race condition between an on-change job and a pre-start job....
We have another use case for this. We have some [Ansible playbooks](https://github.com/mesoform/configure-concierge-app) to allow people to easily create integrated Autopilotpattern (actually, it's our extension of it - [Concierge Paradigm](http://www.mesoform.com/blog-listing/info/the-concierge-paradigm)) containers...