question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Considering adding support for env variables

See original GitHub issue

Hi, I was playing with distributed and for both dask-worker and dask-scheduler you have to specify an IP:PORT (generally).

Considering the use with docker images and containers I think it would be useful to use also env variables.

Would you consider to add something like:

DASK_WORKER_IP=your_ip
DASK_WORKER_PORT=your_port
DASK_SCHEDULER_IP=your_ip
DASK_SCHEDULER_PORT=your_port

to specify them?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
hussainsultancommented, Sep 14, 2017

In my general experience, ENV variables should take precedence over the config file variables. CLI should take precedence over both.

0reactions
barrachricommented, Sep 14, 2017

So: cli > env > conf

Read more comments on GitHub >

github_iconTop Results From Across the Web

Environment Variables: What They Are and How To Use ...
Environment variables help you isolate critical application configuration data using env files or remote variable stores.
Read more >
Consider adding --env-from-secret or support for setting ...
There is no current way to run a job via kubectl run that allows setting the values of environment variables via secrets. What...
Read more >
An Introduction to Environment Variables and How to Use ...
Multiple environment variables are supported by specifying more than one --env option in the webpack command. These are referenced in webpack ...
Read more >
5 reasons why your .env environment variables don't work
5 reasons why your .env environment variables don't work · 1. Your framework doesn't automatically load .env files. · 2. You added or...
Read more >
Introduction to environment variables
Secrets masking provides added security within CircleCI by obscuring ... The value of the environment variable or context will not be masked in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found