numaproj / numaflow-python

Numaflow Python SDK
Apache License 2.0
53 stars 18 forks source link

Python sdk gRPC health check failure #11

Closed cosmic-chichu closed 1 year ago

cosmic-chichu commented 2 years ago

Describe the bug Python sdk uses old gRPC socket https://github.com/numaproj/numaflow-python/blob/496543c787eb447d8c28b5ee881669a01e0bdab4/pynumaflow/_constants.py#L5

Expected behavior Health check for UDF should pass if using the right socket

Errors Error: failed on UDF readiness check, failed on readiness check: context canceled

Environment (please complete the following information):

Additional context Add any other context about the problem here.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We often sort issues this way to know what to prioritize.

whynowy commented 1 year ago

Fixed by https://github.com/numaproj/numaflow-python/pull/12.