Skip to content

Commit

Permalink
feat: new variable RQD_HOST_ENV_VARS used to copy env variables fro…
Browse files Browse the repository at this point in the history
…m the submitter to the RQD worker
  • Loading branch information
KernAttila committed Mar 14, 2023
1 parent e7e0f88 commit 8a31671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rqd/rqd/rqconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@

# Use the PATH environment variable from the RQD host.
RQD_USE_PATH_ENV_VAR = False
# Copy specific environment variable from the submitter to the RQD host.
RQD_HOST_ENV_VARS = []

RQD_BECOME_JOB_USER = True
RQD_CREATE_USER_IF_NOT_EXISTS = True
Expand Down

0 comments on commit 8a31671

Please sign in to comment.