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
"--push-mode", help="Whether to run in PUSH or PULL mode.", default=False, is_flag=True
140
140
)
141
+
@click.option(
142
+
"--batch-push-mode", help="Whether to run in BATCH PUSH mode.", default=False, is_flag=True
143
+
)
141
144
@click.option(
142
145
"--rpc-host",
143
146
help="The hostname and port for the taskbroker gRPC server. When using num-brokers the hostname will be appended with `-{i}` to connect to individual brokers.",
0 commit comments