app-autoscaler-release icon indicating copy to clipboard operation
app-autoscaler-release copied to clipboard

Automated scaling for apps running on Cloud Foundry

Results 38 app-autoscaler-release issues
Sort by recently updated
recently updated
newest added

### Subject of the issue go_app isn't reaching the set memory to allow the acceptance tests to pass. Test case: https://github.com/cloudfoundry/app-autoscaler-release/blob/main/src/acceptance/app/dynamic_policy_test.go#L51 When using: ``` node_memory_limit: 256 ``` ``` [2023-12-08 15:27:55.63...

bug

Currently, we are using [mergo](https://github.com/imdario/mergo) library in the envelope_processor.go component. [Mergo](https://github.com/imdario/mergo) interface returns an error if it errors while merging 2 structs. This error could be avoided by removing [Mergo](https://github.com/imdario/mergo)...

enhancement
backlog

"github.com/golang/protobuf/proto" is deprecated and we should be moved to "google.golang.org/protobuf/proto" this is in ws_helper.go:L14

bug

If there is configured an existing oranisation and there is more than one node running, when the test beforeSuite and After Suite enable/disable the service access in the organisation it...

backlog

### Operator could be missing removing policies from dead apps. on line 46 of application syncer function Operate() We exit early rather than continuing over the rest of the list....

bug
backlog

When creating a policy with an app id >50 char the DB fails with "pq: value too long for type character varying(50)" and we return 500 intead of a 400...

bug

This change introduces new `/health/liveness endpoint`, allowing users to check the health of the individual services The response ```json {"overall_status":"UP","checks":[]} ``` Also, the following existing endpoints are now moved to...

allow-acceptance-tests

### Make doesn't fail on error It appears make doesn't fail on error for Github Actions ``` Run make build make build shell: /usr/bin/bash -e {0} env: DB_DATABASE: autoscaler DB_USER:...

bug