Skip to content

Conversation

beniwohli
Copy link
Contributor

What does this pull request do?

For scope types that we do not support, raising an exception seems to be the appropriate way to signal the lack of support to the server, see e.g. https://www.uvicorn.org/#the-asgi-interface

It's good practice for applications to raise an exception on scope types that they do not handle.

Without this, the server could wait forever for us to handle a scope that we do not support.

Related issues

closes #1184

@ghost
Copy link

ghost commented Jul 7, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-07-07T13:18:38.989+0000

  • Duration: 27 min 49 sec

  • Commit: 89e04f1

Test stats 🧪

Test Results
Failed 0
Passed 9489
Skipped 8604
Total 18093

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 9489
Skipped 8604
Total 18093

@beniwohli beniwohli merged commit bbc5a6c into elastic:master Jul 7, 2021
@beniwohli beniwohli deleted the fix-1184 branch July 7, 2021 15:19
beniwohli added a commit to beniwohli/apm-agent-python that referenced this pull request Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants