-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Refactor way of working with RQ meta #9082
base: develop
Are you sure you want to change the base?
Conversation
/check |
❌ Some checks failed |
/check |
❌ Some checks failed |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9082 +/- ##
===========================================
+ Coverage 73.75% 73.98% +0.23%
===========================================
Files 428 429 +1
Lines 44514 44699 +185
Branches 3881 3881
===========================================
+ Hits 32830 33070 +240
+ Misses 11684 11629 -55
|
Motivation and context
This PR changes the way we work with RQ meta. The previous implementation tried to standardize the fields saved in the meta and how to access them, however, we had to remember the structure of nested objects. This approach explicitly defines the structure of the meta being used.
Extracted from #9075
Partially depends on #9077
How has this been tested?
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.