Skip to content

Commit

Permalink
chore: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed May 10, 2023
1 parent d631101 commit 1b11e74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jina/serve/executors/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def run_raft(
This method is the target for the Pod's `thread` or `process`
:param args: namespace args from the Pod
:param is_ready: concurrency event to communicate Executor runtime is ready to receive messages
"""
Expand Down Expand Up @@ -169,6 +168,10 @@ def run_stateful(args: 'argparse.Namespace',
"""
Method to be called in Docker containers when Stateful Executor is required. This will start
2 processes in the Docker container.
:param args: namespace args from the Pod
:param name: name of the Pod to have proper logging
:param runtime_cls: the runtime class to instantiate
:param envs: a dictionary of environment variables to be set in the new Process
"""
import signal
from jina.jaml import JAML
Expand Down

0 comments on commit 1b11e74

Please sign in to comment.