Skip to content

Compute worker - Avoid duplicating submission files #1874

@Didayolo

Description

@Didayolo

Original problem:

Solution:

But then it broke results submission competitions. We are still using the previous version of the compute workers to avoid the problem.

TODO

The current idea to fix this

Instead of doing the copy during ingestion program, we do it during scoring program. This way, the files are not saved in the storage as part of the ingestion output, because they are added to it after, only temporarily. No need for updating existing competitions. We may need to make changes in order to access the submission during scoring program execution.

Metadata

Metadata

Assignees

Labels

BugEnhancementFeature suggestions and improvementsP1High priorityPost-itInternal ideas

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions