Skip to main content

Module background

Module background 

Source
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§

GenBackgroundService
A generic type of background service

Traits§

BackgroundService
The background service interface

Functions§

background_service