Latest from develop #10

Merged
niat8586 merged 2 commits from develop into main 2025-02-04 08:04:24 +01:00
Owner

This is to get correct clean up of uploaded files if job fails.

This is to get correct clean up of uploaded files if job fails.
niat8586 added 2 commits 2025-02-04 08:04:03 +01:00
Previously if a job failed and it's status was set to `JobStatus.FAILED` the uploaded
file was never removed. Which was the intended design. This was an omission.

Now if the job is set to FAILED, the uploaded file will be removed correctly.
This is to ensure that uploaded files do not persist in perpetuity on the file system.

FileMetadata will still be available in the DB (B.N. not the actual file).
Reviewed-on: #9
niat8586 merged commit 431809b30c into main 2025-02-04 08:04:24 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DMC/seshat#10
No description provided.