I recently transformed my app into an umbrella app. Previously, I had three separate apps built from the same source code, but only one of them had Oban configured. Now, since I’m sharing some of the code, the Oban dependency is shared across all three apps within my umbrella app. Oban is working, however since the deploy of the umbrella app, Supabase is complaining about a spike in CPU usage. Is there a way to disable Oban within all but one of my apps?
We are using an Umbrella app, we have an app called Shared which is a dependency of all other apps. It has Oban and Ecto Repo etc, mostly infrastructure stuff.