Skip to content
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

Allow post get metadata #2831

Merged
merged 5 commits into from Apr 11, 2024
Merged

Allow post get metadata #2831

merged 5 commits into from Apr 11, 2024

Conversation

mayhem
Copy link
Member

@mayhem mayhem commented Apr 10, 2024

The current GET implementation for the recording metadata cache severely limits the number of recordings that can be fetched since the URL length exceeds our gateways max URL limit quickly. In troi I am refactoring things so that we use the metadata cache, rather than other custom endpoints. This PR allows up the MAX_ITEMS_TO_GET items to be fetched from the cache.

@mayhem mayhem requested a review from amCap1712 April 10, 2024 15:20
@mayhem
Copy link
Member Author

mayhem commented Apr 10, 2024

Test failures unrelated.

Copy link
Member

@amCap1712 amCap1712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks!

@mayhem mayhem merged commit b936a8b into master Apr 11, 2024
1 of 2 checks passed
@mayhem mayhem deleted the allow-POST-get-metadata branch April 11, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants