New Discussion

Notifications

You’re not receiving notifications from this thread.

Many-to-Many associations break in background job

0
Rails

I have a function in my app that emails out a PDF of any invoice as an attachment. Everything works fine if its run in production on the web worker. Of course this bogs the app down and I want to run this in background. When I move it to a background job using ActiveJob, the job fails with an Uninitialized Constant error on a many-to-many relationship. I've been chasing this in circles. Any help is appreciated.

Join the discussion
Create an account Log in

Learning Ruby on Rails? Join our newsletter.

We won't send you spam. Unsubscribe at any time.