Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

properly handle disappearing deployment #5

Open
JensWalter opened this issue Aug 19, 2021 · 2 comments
Open

properly handle disappearing deployment #5

JensWalter opened this issue Aug 19, 2021 · 2 comments

Comments

@JensWalter
Copy link
Member

When a deployment does no longer exists, the following error is thrown in a continuous loop:

[2021-08-16T01:16:29Z ERROR tibco_ems_operator::scaler] scale up failed: Api(ErrorResponse { status: "Failure", message: "deployments.apps \"bw-intercab-booking\" not found", reason: "NotFound", code: 404 })

If a deployment does no longer exists, it should be remove from the deployment targets.

@alexkunde
Copy link
Collaborator

We should test, but I believe this was fixed in this commit

@alexkunde
Copy link
Collaborator

not fixed

[2022-09-09T05:43:42Z ERROR tibco_ems_operator::scaler] scale down failed: ApiError: deployments.apps "rs-dlq-processor" not found: NotFound (ErrorResponse { status: "Failure", message: "deployments.apps \"rs-dlq-processor\" not found", reason: "NotFound", code: 404 })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants