Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classifier scheduler does not re-queue tasks if they fail #51

Closed
damianmoore opened this issue Jan 6, 2019 · 2 comments
Closed

Classifier scheduler does not re-queue tasks if they fail #51

damianmoore opened this issue Jan 6, 2019 · 2 comments
Assignees
Milestone

Comments

@damianmoore
Copy link
Collaborator

Currently jobs get queues for RQ via Redis. If these classifiers fail then the photo will not get classified and the task is no longer queued.

@damianmoore damianmoore added this to the 1.0 milestone Jan 6, 2019
@damianmoore damianmoore self-assigned this Jan 6, 2019
@damianmoore
Copy link
Collaborator Author

I'm thinking that jobs might be better scheduled in the DB so it can be re-tried. This would also mean we no longer require Redis/Rq.

@damianmoore damianmoore pinned this issue Feb 24, 2019
@damianmoore damianmoore unpinned this issue Feb 24, 2019
@damianmoore
Copy link
Collaborator Author

damianmoore commented Feb 28, 2019

Handled in 3210bac which is based on Task DB model rather than JQ/Redis

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

No branches or pull requests

1 participant