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

Minor bug fixes #968

Closed
dfaller opened this issue Sep 27, 2017 · 0 comments
Closed

Minor bug fixes #968

dfaller opened this issue Sep 27, 2017 · 0 comments

Comments

@dfaller
Copy link
Contributor

dfaller commented Sep 27, 2017

Here are a couple minor bug fixes we need:

  1. Update the JobExecution model to check for strings in the configuration and resources JSON fields. When the column was updated from json to jsonb, it appears some values come back as strings instead of dicts in Django.

  2. Update ProductFileManager.populate_source_ancestors() to be more efficient. We should remove the file_type == 'SOURCE' condition from the query and do that filtering ourselves because that filtering in the database causes the query to perform very poorly.

  3. Correct exception handling to the Scale Database Update task.

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