I found the issue. My production.rb config was overriding the application.rb setting to config.active_job.queue_adapter = :solid_queue. The logs were giving me a hint by prefixing the log message with [ActiveJob].
config.active_job.queue_adapter = :solid_queue
[ActiveJob]