It looks like some of the queries aren't compatible with a `strict_loading_by_default` configuration. With this configuration in `application.rb`, `solid_queue` doesn't work. ``` config.active_record.strict_loading_by_default = true ``` I will try to find some time to dig into his and open a fix.