Skip to content

Commit

Permalink
fixup! Restart OPA when panic is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Feb 15, 2024
1 parent 6c8add9 commit d413453
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/opal-client/opal_client/engine/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ def _init_events(self):
if self._should_stop is None:
self._should_stop = asyncio.Event()

async def pipe_logs(self, stream, logs_format: EngineLogFormat):
raise NotImplementedError()


class OpaRunner(PolicyEngineRunner):
PANIC_DETECTION_SUBSTRINGS = [b"go/src/runtime/panic.go"]
Expand Down

0 comments on commit d413453

Please sign in to comment.