autosleep
autosleep copied to clipboard
Auto sleep service for CloudFoundry
the loggregator firehose endpoint deprecation communicated in https://lists.cloudfoundry.org/g/cf-dev/topic/29741830#8510 is likely to be included in cf-deployment 12 https://docs.google.com/document/d/18sTD5e3x-l2DaN-bfaIch4A7Z-Ez95P7gIosxRUEX-0/edit# See related cf-java-client support https://github.com/cloudfoundry/cf-java-client/issues/904
At this time this is available as a service broker, but this being an Open Source service our platform team is not too keen to implement it. As a part...
We've tried to upgrade autosleep to the latest java buildpack and ended up having a jackson error during the broker registration step. The error is a bit odd as we...
Regard Issue: #283 Existing install or new install Tried with two different Buildpacks java_buiildpack_offline v319 and 4.5 Here are the logs 283 macC02T61C9H03Q:autosleep-1.0.0 filidav$ cf push -f manifest-sandbox.yml Using manifest...
[CC API V2 deprecation draft plan](https://docs.google.com/document/d/1KFZogeeexOqFf13oKHloe2QAorLh9OqwQHp8JvBl9lY/edit) has been published. A 6 month overlap is planned by the time the CF CLI is not using CC API V2 anymore. See related...
given a CF instance when autosleep is deployed with a configuration flag specifying to scan org/spaces then autosleep periodically automatically scans orgs and spaces (excluding ones matching a reg exp)...
We observed that autosleep service instance is unable to bind more than 50 applications in a space. On debugging, we found the reason is method ` List listAliveApplications(String spaceUuid, Pattern...
Hello, We want do deploy the autosleep service broker in our own CloudFoundry deployment. Unfortunatelly we do not have a mysql but only a postgesql 9.1. When we do so...
Use case: In some cloudfoundry instances, autosleep isn't made available in the marketplace by CF admins, so users need to register autosleep themselves as space-scoped broker. These users would like...
Hi, Is it possible to provide a healthcheck endpoint to be excluded for determining traffic to an application. Ideally we'd like to define a health check for our load balancer...