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

Count all lost tasks as inactive #2263

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

rosalind210
Copy link
Contributor

In a previous PR, we updated our evaluation of TASK_LOST during a deploy to allow for certain lost tasks, specifically tasks lost because of the container resource limit bug, to retry. This had the unintended effect of getting other deploys with tasks lost stuck in a loop of waiting, because that task wasn't being relaunched and wasn't being counted as failed. Since the source of the container resource limit bug has been found, we are just removing this logic and going to count all lost tasks as failed.

@ssalinas
Copy link
Member

🚢

@rosalind210 rosalind210 merged commit 9908e60 into master Jan 25, 2022
@rosalind210 rosalind210 deleted the fix_task_lost_failures branch January 25, 2022 18:00
@ssalinas ssalinas added this to the 1.5.0 milestone May 4, 2022
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

Successfully merging this pull request may close these issues.

2 participants