- 1 minutes to read

SeriLog, FAQ, Troubleshooting, Common Questions SeriLog, FAQ, troubleshooting, common questions What happens if Event Hub or Pickup Service is down?

What happens if Event Hub or Pickup Service is down?

What happens if Event Hub or Pickup Service is down?

Event Hub/Service Bus provide automatic buffering and retry: If Nodinite Pickup Service is down—Event Hub queues messages (default retention 7 days), Pickup Service processes backlog when restored (zero data loss). If Event Hub itself is down (rare)—Serilog Event Hub sink buffers locally in memory (configurable buffer size), retries when Event Hub restored. This is why async sinks (Event Hub/Service Bus) are recommended vs. synchronous Log API sink (immediate failure if Nodinite unavailable).


See all FAQs: [Troubleshooting Overview][]