-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow custom configuration variables for web and worker pods #136
Comments
I think that would make a lot of sense. But I also think that the current structure of the |
I totally agree. It is somewhat odd 😅 |
Not much in mind, unfortunately. Hard to know where to start with this problem. There's plenty of components, so I guess having one field per component might make sense. But then there's some things that are shared between components, e.g., between web and worker. Maybe that should go inside of Do you have any idea where to start? Probably best to do it piece by piece, rather than a big bang migration… |
I think Probably has more to do with #118 than #117, but yeah it's a big overlap. And you are right to bring that up, we should probably keep the conversation in one of the other Issues instead. |
It'll be interesting to allow to have different configurations depending on the kind of deployment.
I'm thinking, in particular, setting SENTRY_TRANSPORT = 'raven.transport.http.HTTPTransport' on the celery workers https://invenio-logging.readthedocs.io/en/latest/configuration.html.
I'm thinking something as simple as:
And then render them as environmental variables directly on the container.
The text was updated successfully, but these errors were encountered: