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

fix: Skip requests in asset discovery that will never be saved #457

Merged
merged 2 commits into from
Jan 16, 2020

Conversation

Robdel12
Copy link
Contributor

What is this?

This PR makes it so we abort any request that we won't save. This will prevent asset discovery from failing on requests that never resolve (and don't matter to us)

We shouldn't bother waiting for a request to finish during asset discovery if
we're not going to save it
Somehow this worked in node 10?
Copy link
Contributor

@wwilsman wwilsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎮

@Robdel12 Robdel12 merged commit ce36cf2 into master Jan 16, 2020
@delete-merged-branch delete-merged-branch bot deleted the rd/skip-requests-that-wont-be-saved branch January 16, 2020 21:34
djones pushed a commit that referenced this pull request Jan 16, 2020
## [0.20.11](v0.20.10...v0.20.11) (2020-01-16)

### Bug Fixes

* Skip requests in asset discovery that will never be saved ([#457](#457)) ([ce36cf2](ce36cf2))
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