-
Notifications
You must be signed in to change notification settings - Fork 273
fix(amazonq): use Dispatchers.IO for @workspace
requests
#5374
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
Conversation
Default dispatcher is limited on threads. Network requests should be under Dispatchers.IO
Qodana Community for JVM1 new problem were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Adding a temporary suppress for detekt, may need to be reverted |
…cutor Conflicts: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/ProjectContextProvider.kt
https://youtrack.jetbrains.com/issue/KTOR-6462 |
...ins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/coroutines/contexts.kt
Fixed
Show fixed
Hide fixed
Need a test build from this to test |
Default dispatcher is limited on threads. Network requests should be under Dispatchers.IO
Related:
#5415
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.