-
Notifications
You must be signed in to change notification settings - Fork 183
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
Handle pending queries #1172
base: develop
Are you sure you want to change the base?
Handle pending queries #1172
Conversation
hello @aniket2405 thanks for your effort! that's awesome i think your code is simple and clear, great job! right now there's no test files to test this part of slips but here's how i would test it manually
|
… fork/aniket2405/handle_pending_queries
also the tests at test_threat_intelligence.py should be updated based on your changes. They're failing here you can run them locally using |
Fixes Issue
Closes #1169
Changes proposed
Update handle_pending_queries() by making it async and helping in faster query processing.
tasks
) and creates them using asyncio.create_task.asyncio.gather
for improved performance.Steps you followed to test the changes purposed in this PR:
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers
Could someone help me with the list of test cases to run in order to test my changes.