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

Add fabric task to rerun all analyses #7

Open
flavioamieiro opened this issue Jan 10, 2013 · 0 comments
Open

Add fabric task to rerun all analyses #7

flavioamieiro opened this issue Jan 10, 2013 · 0 comments

Comments

@flavioamieiro
Copy link
Member

When we change a worker, it's analysis should be rerun for every document. The analyses that depend on it should also run again.

I think the best approach for this, at least for now, is to create a fabric task that creates a new pipeline for every document, exactly like the one created when a new document is uploaded. This should be pretty straight forward, but first we need to make sure that there is no problem in running the same worker again for the document (which should be the case). One issue that I imagine could happen is mixing old and new results in a collection instead of removing the old and adding the new ones.

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