Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jul 31, 2023
1 parent a955803 commit ec369d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml/_internal/utils/circus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def create_standalone_arbiter(watchers: list[Watcher], **kwargs: t.Any) -> Arbit
watchers,
endpoint=f"tcp://127.0.0.1:{endpoint_port}",
pubsub_endpoint=f"tcp://127.0.0.1:{pubsub_port}",
# XXX: Currently ,the default check_delay will always raise ConflictError. This probably has to do with
# XXX: Currently ,the default check_delay will always raise ConflictError. This probably has to do with
# the runners server is not ready in time when the controller run healthcheck.
check_delay=kwargs.pop("check_delay", 10),
**kwargs,
Expand Down

0 comments on commit ec369d0

Please sign in to comment.