You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2023. It is now read-only.
Low(ish) priority, because it doesn't impact functionality, but if possible, the efficiency of MethodRegistry.lookup() in service.py should be improved.
For implementations with multiple paths, lookup() is catching multiple exceptions in cases that aren't exceptional. That's too expensive.