Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update prefect_kubernetes/utilities.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Streed <[email protected]>
  • Loading branch information
urimandujano and desertaxle authored Jan 19, 2024
1 parent 71df5f1 commit ff2ea3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefect_kubernetes/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ def stream(self, func: Callable, *args, cache: Optional[Set] = None, **kwargs):
configurable exceptions and deduplicate results on reconnects if
streaming API objects and a cache is provided.
Note that client functions that produce a stream of logs will
Note that client functions that produce a stream will
restart a stream from the beginning of the log's history on reconnect.
It is possible for duplicate logs to be yielded.
If a cache is not provided, it is possible for duplicate entries to be yielded.
Args:
func: A Kubernetes client function to call which produces a stream
Expand Down

0 comments on commit ff2ea3c

Please sign in to comment.