Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store all backend_parameters #586

Open
MattMcL4475 opened this issue Feb 2, 2024 · 1 comment
Open

Store all backend_parameters #586

MattMcL4475 opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MattMcL4475
Copy link
Collaborator

Problem:
The current spec says: "Backends shall not store or return unsupported keys if included in a task."

However, we need to store these arbitrary keys from Cromwell so that we can do reporting with them.

Solution:
Store all backend_parameters

Describe alternatives you've considered
Adding a config setting for it, but it's unlikely anyone would know or want to turn off storing these.

@MattMcL4475 MattMcL4475 self-assigned this Feb 2, 2024
@BMurri
Copy link
Collaborator

BMurri commented Mar 14, 2024

According to the cromwell code that populates the submitted tesTask objects (their develop branch at the current time) they are only writing two backend_parameters but a bunch of tags, which appears to be the place they may be dumping the "labels" which IIRC are the things we wanted them to pipe to us from the options file.

@MattMcL4475 MattMcL4475 added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants