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

Don't count pending tasks limited by instance count in task lag #1881

Merged
merged 4 commits into from Nov 20, 2018

Conversation

sjeropkipruto
Copy link
Contributor

Currently, if you submit pending tasks in quick succession on an on demand request that has an instance count limit, you can end up with tasks that will wait for the first to complete before launching. We shouldn't page for task lag in these cases. I've separated the late tasks on on-demand requests from the rest of the late tasks. This allows us to get better metrics on task lag and improve our alerts.

@baconmania
Copy link
Contributor

🚢

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.

None yet

3 participants