-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Description
Running solid_queue 1.1.0 and when I try to boot my app in development, I'm getting:
SolidQueue-1.1.0 Error registering Supervisor (43.0ms) pid: 87218, hostname: "myhostname", name: "supervisor-5aaaa212e95de7696c1e", error: "ActiveRecord::StatementInvalid Mysql2::Error: Table 'purchasing_development.solid_queue_processes' doesn't exist"
Not sure what's going on here. I'm not trying to run solid_queue in development at all, so unsure why it's trying to access that database table. I have everything setup for solid_queue to use a separate db, so no idea why it's trying to access the application's db here.
I have run the following, but without any changes in the error:
bin/rails db:migrate:reset
bin/rails db:prepare
Any ideas what could be wrong?
Metadata
Metadata
Assignees
Labels
No labels