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

[WIP] Add worker name metadata #97

Closed
wants to merge 6 commits into from

Conversation

francesconazzaro
Copy link
Collaborator

@francesconazzaro francesconazzaro commented Jan 29, 2024

This PR adds the information on where (on which worker) a request is running.
This implementation is an alternative to this one: #96.

Pros:

  • the information of the worker is inside the system_request table and is easily accessible by this line

Cons:

  • The broker has to write the worker name info when the request is submitted to the worker. This doubles the number of database writes from the broker.

This PR has to be merged with ecmwf-projects/cads-worker#33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant