-
Notifications
You must be signed in to change notification settings - Fork 102
flat index: Add support for RQ and include cache param #1844
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
9c62e9e to
3ad603f
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev/1.34 #1844 +/- ##
===========================================
Coverage ? 86.56%
===========================================
Files ? 273
Lines ? 19190
Branches ? 0
===========================================
Hits ? 16612
Misses ? 2578
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dirkkul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you:
- target this to dev/1.34 (doesn not exist yet, just branch off main)
- add a pre-release version of 1.34 to our CI? Otherwise all the tests wont run
cdd5992 to
97a4c21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
f6b6641 to
deff7c5
Compare
deff7c5 to
392aa97
Compare
This PR extends the usage of the client to support RQ with flat index.
To do so, include the cache param and also extend the update functions.
The PR also adds a helper function to retry in case of HTTP error due to flakiness in the CI