Skip to content

Enable Bootsnap in task-runner

Gerard Hickey requested to merge feature/1361_bootsnap into master

Setting ENABLE_BOOTSNAP to a value in the task-runner environment will load the Bootsnap library into the Rails code. This will create a cache of all the Ruby libraries to decrease the startup time of the Rails application.

Related to #1361 (closed)

Edited by Jason Plum

Merge request reports