You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ranecho $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.
The text was updated successfully, but these errors were encountered: