Sam Welborn

Results 34 issues of Sam Welborn

**Describe the bug** When I have a subscription to a nats stream and the service goes down, we get an infinite loop similar to the following: ```sh nats.js.errors.ServiceUnavailableError: nats: ServiceUnavailableError:...

bug

**Is your feature request related to a problem? Please describe.** ```py @broker.subscriber("agent.>", kv_watch=KvWatch(bucket=BUCKET_STATUS, declare=False)) async def kv_watch(event: AgentVal, msg: NatsKvMsg): entry = msg.raw_message logger.info(f"KV watch event for agent {event} received.")...

enhancement

### Version 0.16.10 ### Operating System macOS ### Distribution Method dmg (Mac OS - Apple Silicon) ### Describe the issue https://github.com/user-attachments/assets/7e552842-3e1c-445c-b831-a603b35d909a I notice this issue when I am trying to...

bug
UI

> Recommendation here to avoid these log entries is to use more than 4 cores, if running into `readloop` errors or `Internal subscription took too long` warnings with more than...

stale