We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
We should test, but I believe this was fixed in this commit
Sorry, something went wrong.
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 })
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: