LtiInstanceCacheWarmerCommand is responsible for warming up
the cache for LTI instances after ingesting them.
$ sudo -u www-data bin/console roster:cache-warmup:lti-instanceFor the full list of options please refer to the helper option:
$ sudo -u www-data bin/console roster:cache-warmup:lti-instance -h| 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. |