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

[8.0] the TransformationCleaningAgent forces jobs to be killed #7874

Open
wants to merge 3 commits into
base: rel-v8r0
Choose a base branch
from

Conversation

fstagni
Copy link
Contributor

@fstagni fstagni commented Nov 5, 2024

BEGINRELEASENOTES

*TS
CHANGE: the TransformationCleaningAgent forces jobs to KILLED

ENDRELEASENOTES

@DIRACGridBot DIRACGridBot added the alsoTargeting:integration Cherry pick this PR to integration after merge label Nov 5, 2024
@@ -721,6 +719,11 @@ def __submitRemovalRequests(self, lfns, transID=0):
:param int transID: transformationID, only used in RequestName
:returns: S_ERROR/S_OK
"""

# These imports are used only in this function
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These imports are used a few lines below in this

requestName = "TCA_{transID}_{index}_{md5(repr(time.time()).encode()).hexdigest()[:5]}"

given that I do not want to see in the future the ruff warning that these are useless imports, I moved them here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alsoTargeting:integration Cherry pick this PR to integration after merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants