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

add a flag in task Table to indicate that task was UPLOADED to S3 #8928

Open
belforte opened this issue Feb 17, 2025 · 0 comments
Open

add a flag in task Table to indicate that task was UPLOADED to S3 #8928

belforte opened this issue Feb 17, 2025 · 0 comments

Comments

@belforte
Copy link
Member

for tasks submitted w/o dry run, UPLOADED is a transient status, tasks get there after QUEUED and progress immediately to SUBMITTED and possibly other statuses.
This makes it difficult to tell from Client is task is ready to run crab preparelocal as discussed in dmwm/CRABClient#5371 (comment)

Desired behavior could be that when Uploader action is completed a flag is set in the DB and client checks that, keeping UPLOADED status as it was until a few months ago only for tasks "halted" for dry-run submission which wait for a crab proceed command in order to progress to SUBMITTED.

Consistently with
https://cmscrab.docs.cern.ch/crab-design/crab-task-state.html

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

No branches or pull requests

2 participants