Serverless environment not respecting environment spec on run_job_task

elliottatreef
New Contributor II

When running a job via a `run_job_task`, the job triggered is not using the specified serverless environment. I've configured my job to use serverless `environment_version` "3" with a dependency built into my workspace, but whenever I run the job, it uses env version "2".

In addition, I've tried configuring the default environment for serverless in my workspace to use the same setting as my job's configured runtime and that doesn't work either.

Here, you can see that the job is using version "2".

Screenshot 2025-10-15 at 11.40.45 AM.png

Even though it is configured with version "3".

Screenshot 2025-10-15 at 11.43.39 AM.png