Skip to content
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

Can we have an environment variable for passing --transport-options ? #40

Open
sreerajkksd opened this issue Mar 22, 2021 · 0 comments · May be fixed by #57
Open

Can we have an environment variable for passing --transport-options ? #40

sreerajkksd opened this issue Mar 22, 2021 · 0 comments · May be fixed by #57

Comments

@sreerajkksd
Copy link

sreerajkksd commented Mar 22, 2021

Similar to all these options:

DEFAULT_BROKER = os.environ.get('BROKER_URL', 'redis://redis:6379/0')
DEFAULT_ADDR = os.environ.get('DEFAULT_ADDR', '0.0.0.0:8888')
DEFAULT_MAX_TASKS_IN_MEMORY = int(os.environ.get('DEFAULT_MAX_TASKS_IN_MEMORY',
                                                 '10000'))
DEFAULT_QUEUE_LIST = os.environ.get('QUEUE_LIST', [])

Can we have an environment variable for passing transport options ?

@SharpEdgeMarshall SharpEdgeMarshall linked a pull request Apr 29, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant