Brian Vuyk
Brian Vuyk
elasticsearch-head can not connect to the Amazon Elasticsearch service, due to the service not permitted the /_cluster/state operation: ``` brian@brian-MS-7599 ~/Workspace/elasticsearch-head $ curl -XGET http://.us-east-1.es.amazonaws.com/_cluster/state { "Message":"Your request: '/_cluster/state' is...
After submitting https://github.com/php-pm/php-pm-docker/issues/13, I decided to write a quick PR that makes php-pm-docker listen on port 8080 by default. I also updated all the references in README.md.
I'm working on building a project to be hosted in Google App Engine with a custom runtime (ie., docker container) based on phppm/docker. However, GAE requires that custom runtimes listen...
In our usage, we have multiple machines running resque workers. When the 'resque:worker-stop --all' command is issued, the local workers are stopped and *all* the entries for workers on *all*...