Skip to content

[Enhancement] s3_utils.save_job unsafe usage #170

Description

@MingJ7

Description

Explain the technical problem or objective.

The save_job function does not always raise an exception when it fails to upload a file but instead returns false. However, the rest of the code the does not check the result of save_job to ensure it has succeeded.


Acceptance Criteria

  1. The task is complete when save_job call results are examined and acted upon accordingly.
    OR
  2. The task is complete when save_job always raises an error when failing to upload a file.

Notes

  • This might require general change of the entire s3_utils functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementTechnical improvements, infra, refactoring

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions