Open scarroll32 opened 3 years ago
I suppose so. Just trying to configure it for the first time now.
But this configuration would mean that the ConnectionPool is also initialized inside web processes which makes no sense, right? You just need those in the background worker processes i guess?
In the docs it mentions we need to run:
I assume it can just go in any initializer. I have put that in my
config/initializers/active_job.rb
.Is this correct? I'm happy to submit a PR to update the docs.