Documentation ¶
Index ¶
- func KeepRunsUpdated(store shared.Datastore, logger shared.Logger, interval time.Duration, ...)
- func StartMetadataPollingService(ctx context.Context, logger shared.Logger, interval time.Duration)
- func StartWebFeaturesManifestPollingService(ctx context.Context, logger shared.Logger, interval time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeepRunsUpdated ¶
func KeepRunsUpdated(store shared.Datastore, logger shared.Logger, interval time.Duration, limit int, idx index.Index)
KeepRunsUpdated implements updates to an index.Index via simple polling every interval duration for at most limit runs loaded from fetcher. nolint:gocognit // TODO: Fix gocognit lint error
func StartMetadataPollingService ¶
StartMetadataPollingService performs metadata-related services via simple polling every interval duration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.