Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

File metadata and controls

26 lines (20 loc) · 1.1 KB

LTI instance cache warmer command

LtiInstanceCacheWarmerCommand is responsible for warming up the cache for LTI instances after ingesting them.

Usage

$ sudo -u www-data bin/console roster:cache-warmup:lti-instance

For the full list of options please refer to the helper option:

$ sudo -u www-data bin/console roster:cache-warmup:lti-instance -h

Related environment variables

Variable Description
DATABASE_URL Database connection string. Supported formats are described here.
REDIS_DOCTRINE_CACHE_HOST Redis host for doctrine cache storage.
REDIS_DOCTRINE_CACHE_PORT Redis port for doctrine cache storage.
CACHE_TTL_LTI_INSTANCES Cache TTL (in seconds) for caching entire collection of LTI instances.