alenkacz / marathon-rabbitmq-autoscale

Autoscaling capabilities for services consuming rabbitmq messages and running in Mesos/Marathon cluster
MIT License
6 stars 2 forks source link

Based on documentation, env can be object #31

Open alenkacz opened 7 years ago

alenkacz commented 7 years ago

Currently, the whole app crashes if env is an object, but it is obviously supported https://github.com/mesosphere/marathon/blob/master/docs/docs/rest-api/public/api/v2/schema/AppDefinition.json

alenkacz commented 7 years ago

fixed by #32