Skip to main content

Running crul

Run the following commands from the crul directory.

Start crul​

yarn run start

Restart crul​

yarn run restart

Stop crul​

yarn run stop

Terminate crul​

yarn run kill

See running crul​

yarn run top

See crul logs​

yarn run logs

Monitor crul​

yarn run mon

Enable/Disable cache reaper​

sirp/.env CACHE_REAPER = true/false

Increase stage timeout​

sirp/.env STAGE_TIMEOUT = x (ms)

Increase cache TTL​

sirp/.env CACHE_TTL = x (s)