Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Failed images cannot be reprocessed #2

Open
Skarlso opened this issue May 4, 2018 · 2 comments
Open

Failed images cannot be reprocessed #2

Skarlso opened this issue May 4, 2018 · 2 comments

Comments

@Skarlso
Copy link
Owner

Skarlso commented May 4, 2018

Here: https://github.com/Skarlso/kube-cluster-sample/blob/master/image_processor/db.go#L47

err = dc.QueryRow("select path from images where id = ? and status = ?", id, PENDING).Scan(&path)

Since it's only looking for PENDING images, FAILEDPROCESSING will never be re-processed.

@Skarlso
Copy link
Owner Author

Skarlso commented Jun 19, 2019

I need another, periodic process, which checks for failed images and re-processes them.

@AV-Coding AV-Coding mentioned this issue Sep 4, 2019
@Skarlso
Copy link
Owner Author

Skarlso commented Sep 5, 2019

The process needs to handle potentially millions of image compares.

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

No branches or pull requests

1 participant