From 97da4fc244e7baaaea6e72fb92ab12bceebd2e5b Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 16:18:41 -0700 Subject: [PATCH] chore: new owl bot post processor docker image (#160) gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf Co-authored-by: Owl Bot --- .../.github/.OwlBot.lock.yaml | 2 +- .../docs/multiprocessing.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-bigquery-datatransfer/.github/.OwlBot.lock.yaml b/packages/google-cloud-bigquery-datatransfer/.github/.OwlBot.lock.yaml index 46e3f021cc72..127c2cdf9503 100644 --- a/packages/google-cloud-bigquery-datatransfer/.github/.OwlBot.lock.yaml +++ b/packages/google-cloud-bigquery-datatransfer/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/repo-automation-bots/owlbot-python:latest - digest: sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479 + digest: sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf diff --git a/packages/google-cloud-bigquery-datatransfer/docs/multiprocessing.rst b/packages/google-cloud-bigquery-datatransfer/docs/multiprocessing.rst index 1cb29d4ca967..536d17b2ea65 100644 --- a/packages/google-cloud-bigquery-datatransfer/docs/multiprocessing.rst +++ b/packages/google-cloud-bigquery-datatransfer/docs/multiprocessing.rst @@ -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`.