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
that takes the required arguments and returns the `Messages`object.
42
+
- Next we need to create a `ReduceAsyncServer` instance andpass the function to it along withanyinput args or kwargs that the custom reducer function requires.
43
+
- Finally we need to call the `start` method on the `ReduceAsyncServer` instance to start the reducer server.
44
+
- We must ensure that no init_args or init_kwargs are passed to the `ReduceAsyncServer` instance as they are not used for function based reducers.
0 commit comments