-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: new owl bot post processor docker image (#20)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
- Loading branch information
1 parent
61122de
commit bab0cb0
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/google-cloud-service-management/.github/.OwlBot.lock.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
docker: | ||
image: gcr.io/repo-automation-bots/owlbot-python:latest | ||
digest: sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479 | ||
digest: sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf |
4 changes: 2 additions & 2 deletions
4
packages/google-cloud-service-management/docs/multiprocessing.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.. note:: | ||
|
||
Because this client uses :mod:`grpcio` library, it is safe to | ||
Because this client uses :mod:`grpc` library, it is safe to | ||
share instances across threads. In multiprocessing scenarios, the best | ||
practice is to create client instances *after* the invocation of | ||
:func:`os.fork` by :class:`multiprocessing.Pool` or | ||
:func:`os.fork` by :class:`multiprocessing.pool.Pool` or | ||
:class:`multiprocessing.Process`. |