Expand description
The background service
A BackgroundService can be run as part of a Pingora application to add supporting logic that exists outside of the request/response lifecycle. Examples might include service discovery (load balancing) and background updates such as push-style metrics.
Structs§
- A generic type of background service
Traits§
- The background service interface