Skip to main content

asdf

Parameters

Configuration of the cache for asdf operations.

OperationTypeDescription
update_expiredurationHow long to cache the fact that updates for asdf itself have been checked. This allows to avoid checking for updates on each omni up call.
plugin_update_expiredurationHow long to cache the fact that updates for a given asdf plugin have been checked. This allows to avoid checking for updates on each omni up call.
plugin_versions_expiredurationHow long to cache a given asdf plugin versions for. This allows to avoid listing available versions on each omni up call.
cleanup_afterdurationThe grace period before cleaning up the resources that are no longer needed.

Example

asdf:
update_expire: 1d
plugin_update_expire: 1d
plugin_versions_expire: 1h
cleanup_after: 1w