We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9227fe commit 0de7c82Copy full SHA for 0de7c82
README.rst
@@ -319,9 +319,9 @@ that ``get_message()`` or ``listen()`` are called more frequently than
319
``health_check_interval`` seconds. It is assumed that most workloads already
320
do this.
321
322
-If your PubSub use case doesn't regularly call ``get_message()`` or
323
-``listen()`` frequently, you must call ``pubsub.check_health()``
324
-explicitly on a regularly basis.
+If your PubSub use case doesn't call ``get_message()`` or ``listen()``
+frequently, you should call ``pubsub.check_health()`` explicitly on a
+regularly basis.
325
326
Parsers
327
^^^^^^^
0 commit comments