padrino-framework
padrino-framework copied to clipboard
Add additional rake tasks for loading parts of the environment
We are trying to cut down on memory used by our resque/sidekiq workers. Our idea was to only load lib/resque_init.rb
, models/*
and the resque workers. It could be useful to have fine-grained tasks for loading specific parts of the project's environment, such as lib
, models
, or specific apps. Thoughts?