We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Server Info File not ready
1 parent bf6685d commit 39e34c5Copy full SHA for 39e34c5
docs/user-guide/FAQ.md
@@ -29,6 +29,8 @@ This message indicates that the server has not started yet. Common reasons inclu
29
30
- The server was not started correctly in the `udcontainer`.
31
- The server is still initializing (for example, the application code is downloading cache files or performing setup tasks).
32
+- Numa container is waiting for the server on a different endpoint than the one server is listening on. Example:
33
+ - If the udf implements reduce streaming, while the vertex spec is not configured with `streaming: true`
34
35
### 5. What is `partitions` in Numaflow?
36
0 commit comments