I encountered something like this before myself! One thing to check is that there’s a configuration config.rake_eager_load
which defaults to false and overrides the config.eager_load value. So if you are starting your job process with rake you might want to try setting rake_eager_load as well in production.