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

List of files to process may be larger than it should be #33

Open
regan-sarwas opened this issue Jul 2, 2018 · 0 comments
Open

List of files to process may be larger than it should be #33

regan-sarwas opened this issue Jul 2, 2018 · 0 comments

Comments

@regan-sarwas
Copy link
Member

Try this:

  • Update an Argos deployment start date from null to non null: some results files will be deleted, and issues created (file will not be reprocessed due to issues)
  • update the deployment start date back to null: the issues will be deleted, and the files will be listed for reprocessing
  • update the deployment start date back to non-null: issues will not get created (issue generation is based of deleting results files), so all files will be available for reprocessing (however some cannot be because they have no deployment)

I think there is a bug here: the list of files to process should not include those without a valid deployment.

I tried to fix this, and ran out of time. This is not a major problem, because when reprocessing occurs, those that cannot be processed will generate new issues to avoid repeated attempts to reprocess.

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

No branches or pull requests

1 participant