-
Notifications
You must be signed in to change notification settings - Fork 31
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
add catalog/by_title entry-point #1498
Conversation
Should we bump the default up a bit? seems like there's a few that are getting caught with 6/5, so maybe upping the limit is the right thing to do here? |
@akihikokuroda it seems we found the culprit:
How the problem is not in our side feel free to restore cf6e489 and I will open an issue Monday to monitor it and planify the refactorization if we consider it needed. |
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.
As last thing Aki, remember to add the end-point to the V1 interfaces like in this example:
https://github.com/Qiskit/qiskit-serverless/blob/main/gateway/api/v1/views.py#L116
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.
Thank you Aki! 🙏
Summary
add catalog/by_title entry-point
Details and comments