You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on "Run now" for scheduled tasks can't work if we're running Mission Control on a separate instance that does not contain the main codebase. Seems like it's because Mission Control is calling the queue adapter's enqueue method. It then eventually hits this line of code:
job_class.queue_adapter_name.inquiry.solid_queue?
But since the job class isn't defined on this separate instance, an exception is thrown. Here's the full stack trace:
Clicking on "Run now" for scheduled tasks can't work if we're running Mission Control on a separate instance that does not contain the main codebase. Seems like it's because Mission Control is calling the queue adapter's
enqueue
method. It then eventually hits this line of code:But since the job class isn't defined on this separate instance, an exception is thrown. Here's the full stack trace:
The text was updated successfully, but these errors were encountered: