- Sep 06, 2022
-
-
vlorentz authored
AioRpcError exceptions used to trigger the default error handler of SWH's RPC framework, which msgpacks the exception. Under some circumstances, this caused the msgpack to hit recursion limits, and logged very large errors to Sentry. Additionally, SimpleTraversalView now calls wait_for_connection() before returning 200; which allows catching some gRPC errors early and returning 503 instead. This does not work all the time though; gRPC errors occuring in the middle of the stream still raise `ChunkedEncodingError` on the client side, but there is not much we can do about that.
-
vlorentz authored
There is no reason to terminate it nicely.
-
vlorentz authored
1. queue is now encapsulated 2. object in the queue is now a dict instead of a tuple (to allow adding more keys easily in the future + for readability) This will be used in a future commit, to get the queue's object twice from different functions.
-
- Sep 05, 2022
-
- Aug 30, 2022
-
-
David Douard authored
provides a grpc-only server fixture that may be used in dependent packages, and serves as example code on how to use the grpc API from python.
-
- Jun 30, 2022
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
Also see https://github.com/vigna/webgraph-big/pull/7
-
Antoine Pietri authored
Link to the forge instead
-
Antoine Pietri authored
-
- Jun 29, 2022
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Jun 24, 2022
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Jun 23, 2022
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Jun 22, 2022
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
- FindPathTo takes a list of sources and a criteria for a destination. - FindPathBetween takes a list of sources and a list of destinations.
-
- Jun 15, 2022
-
-
Antoine Pietri authored
-