Files
shannon/apps
ajmallesh 602bc27bbc fix(cli): keep shannon logs tailing through a Temporal blip
- End the interactive tail on the log's own terminal marker or Ctrl-C, so a
  transient Temporal outage no longer aborts the command with exit 1.
- Rebuild the memoized Temporal client after a failed poll: a wedged gRPC
  channel was cached forever, so "retrying…" could never reconnect.
- Keep start --follow (CI) bounded — a genuinely dead Temporal still fails
  the run instead of hanging.
2026-08-30 10:48:45 -07:00
..