JES backend not honoring the `default-zones` configuration parameter
See original GitHub issue- v28
- JES backend
With the below changes to a reference.conf, I would expect my jobs to be distributed between us-central1-f and -c, but when I check the VM instances, they are all still going to us-central1-b, the cromwell default.
Do I have the default-zones in the correct location in the hierarchy? This was taken from reference.conf, but might have gotten stale in v28.
Here is a snippet of my configuration:
backend {
default = "JES"
providers {
JES {
actor-factory = "cromwell.backend.impl.jes.JesBackendLifecycleActorFactory"
.... snip...
genomics {
....snip....
# Specifies the zone(s) to use for JES jobs unless overridden by a task's runtime attributes
default-zones = ["us-central1-f", "us-central1-c"]
....snip....
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Customize tasks - Cromwell
Default runtime attributes for all tasks can be specified in Workflow Options. Task Example task jes_task { command { echo "Hello JES!" }...
Read more >seandavi/cromwell-1: Workflow Execution Engine using WDL
Run the JAR file with no arguments to get the usage message: ... Defaults to the configuration setting genomics.default-zones in the JES configuration...
Read more >micronautfw/questions - Gitter
I am trying to generate a PDF from my openapi configuration by following the instructions here: https://micronaut-projects.github.io/micronaut-openapi/latest/ ...
Read more >10. Configure and Deploy - Installation - Red5 Pro Docs
A guide to installing and optimizing Red5 Pro.
Read more >Apache ShenYu document
17.22.2 Dubbo user request and parameter explanation. ... Why not use configuration center for configuration synchronization?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, I’ll update and see if it works. Regardless, you can close this issue.
@LeeTL1220 thx for the info, I will update the reference.conf