Skip to content

Conversation

@mcornaton
Copy link
Contributor

@mcornaton mcornaton commented Oct 7, 2021

Third step of #434: remove RESULT_UPLOAD_REQUESTED & RESULT_UPLOAD_REQUEST_TIMEOUT from tasks workflow.
They did not give more information than RESULT_UPLOADING & RESULT_UPLOAD_TIMEOUT so they were redundant.

Previous transitions to RESULT_UPLOAD_REQUESTED now make the task transition to RESULT_UPLOADING.
Previous transitions to RESULT_UPLOAD_REQUEST_TIMEOUT now make the task transition to RESULT_UPLOAD_TIMEOUT.

@mcornaton mcornaton requested a review from a team October 7, 2021 09:27
.getNbReplicatesWithCurrentStatus(task.getChainTaskId(),
ReplicateStatus.RESULT_UPLOADING) > 0;

if (isThereAWorkerUploading) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

@mcornaton mcornaton merged commit 4ab4459 into develop Oct 7, 2021
@mcornaton mcornaton deleted the feature/remove-task-result-upload-requested branch October 7, 2021 12:17
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.

3 participants