Is it possible to set env variables overrides from the work queue level? I have some values I want to set that correspond to the concurrency limit set on my work pools
Max Eggers
10/20/2023, 12:38 PM
Alternatively, can I both set default env variables on my base job template on the pool as well as provide additional (additive) variables on my deployment
j
Jeff Hale
10/25/2023, 5:38 PM
Hi Max. It’s not possible to set environment variable overrides at the work queue level.
Edit:
If you set environment variables at deployment creation time, all environment variables set in the work pool are overridden.
If it would be helpful to you to have other behavior, please feel free to open a Feature Enhancement issue in the GitHub repo.
m
Max Eggers
10/25/2023, 6:57 PM
Sounds good. Yeah, I'd like to be able to set some base variables in job template and then override or append selectively from the deployment
👍 1
j
Jeff Hale
10/30/2023, 12:38 PM
Here’s a GitHub issue with your comment added if you want to track.