Decouple polling from gRPC requests #83

Closed
opened 2026-03-28 04:21:05 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #220
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/220
Original created: 2025-02-19T01:50:18Z


  • Move polling to a background goroutine managed by SNMPService, running continuously with a cancellable context.
  • Make GetStatus retrieve the latest aggregated data without triggering a synchronous poll, avoiding cancellation issues.
Imported from GitHub. Original GitHub issue: #220 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/220 Original created: 2025-02-19T01:50:18Z --- - [x] Move polling to a background goroutine managed by SNMPService, running continuously with a cancellable context. - [x] Make GetStatus retrieve the latest aggregated data without triggering a synchronous poll, avoiding cancellation issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#83
No description provided.