File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,11 +203,11 @@ def __init__(
203203 interceptors already on the client that also implement
204204 :py:class:`Interceptor` are prepended to this list and should
205205 not be explicitly given here.
206- build_id: A unique identifier for the current runtime, ideally provided as a
207- representation of the complete source code. If not explicitly set, the system
208- automatically generates a best-effort identifier by traversing and computing
209- hashes of all modules in the codebase. In very large codebases this automatic
210- process may significantly increase initialization time.
206+ build_id: A unique identifier for the current runtime, ideally provided as a
207+ representation of the complete source code. If not explicitly set, the system
208+ automatically generates a best-effort identifier by traversing and computing
209+ hashes of all modules in the codebase. In very large codebases this automatic
210+ process may significantly increase initialization time.
211211 Exclusive with `deployment_config`.
212212 WARNING: Deprecated. Use `deployment_config` instead.
213213 identity: Identity for this worker client. If unset, the client
You can’t perform that action at this time.
0 commit comments