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

Environment variables don't appear to be getting picked up #67

Open
satsie opened this issue Jan 29, 2025 · 1 comment
Open

Environment variables don't appear to be getting picked up #67

satsie opened this issue Jan 29, 2025 · 1 comment
Labels
good first issue Good for newcomers

Comments

@satsie
Copy link
Collaborator

satsie commented Jan 29, 2025

Here's a nice vague issue. @benalleng and I have noticed the server doesn't seem to be picking up environment variables. After a fresh deployment, many of them operate off hardcoded defaults.

For example, we had to set CONTAINER_TERMINATION_SCHEDULE in the .env (maybe that was a one time step?). When I was on the server recently I got nothing when I ran echo $MAX_SCRIPT_EXECUTION_TIME

Further investigation is needed to figure out if it's an issue where we aren't setting the env vars, or if there's an bug in the logic when environment variables are read.

@satsie satsie added the good first issue Good for newcomers label Jan 29, 2025
@benalleng
Copy link
Collaborator

I suspect this is some sort of CI issue as I have set these vars in the past but I think they get overridden on every new push to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants