-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modules and execution plans #3880
Comments
Discussed these options:
We're leaning heavily towards option 2:
We'll bring this up again at next weeks meeting, hopefully for the final time. |
bretg
moved this from Community Review
to Ready for Dev
in Prebid Server Prioritization
Sep 25, 2024
We did meet last meeting and confirm Option 2 as detailed above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having more modules is great, but we've found that execution plans are more difficult to manage than they could be.
So we'd like to propose the following:
We discussed having core be aware of the enabled flag, but currently the module config is opaque to PBS-core. It could cause duplicate parsing of config JSON. It would be an upgrade of the module infrastructure to support a core-visible enabled flag.
PBS-Go reads the module config from the merged config, looking for an enabled flag.
We agreed to consider this offline and continue the discussion in this issue.
The text was updated successfully, but these errors were encountered: