Skip to content

Commit

Permalink
Supporess ES errors (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yushkovskiy authored Jul 2, 2019
1 parent 002f761 commit f9680e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform_monitoring/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ async def __aenter__(self) -> LogReader:
# words, our client code has up to 1 minute to process previous
# results and fetch next ones.
scroll="1m",
raise_on_error=False,
query=query,
preserve_order=True,
size=100,
Expand Down

0 comments on commit f9680e3

Please sign in to comment.