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

incorrect handling of degraded applications #304

Open
shini4i opened this issue May 23, 2024 · 1 comment
Open

incorrect handling of degraded applications #304

shini4i opened this issue May 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@shini4i
Copy link
Owner

shini4i commented May 23, 2024

I've noticed that we are stuck in a semi-infinite loop in the following scenario:

  1. Initial deployment led to the degraded app
  2. A new task was triggered with a different image that failed to deploy again
  3. Starting from the second deployment, our timeout starter to work incorrect, and the task was aborted more than 20 minutes after it should have

All further deployment tasks were marked as failed within 40 to 60 minutes, while the timeout was set to 30.

Affected version: v0.8.4

@shini4i shini4i added the bug Something isn't working label May 23, 2024
@shini4i
Copy link
Owner Author

shini4i commented May 23, 2024

In addition to the information above, as soon as the deployment of the fixed application was started, the timeout began to work correctly again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant