Closed quevon24 closed 1 month ago
LGTM, but I can't merge b/c it's still a draft.
LGTM, but I can't merge b/c it's still a draft.
Yes, I noticed that in this command we did not have a parameter to start from a specific reporter, I added it, it is now ready.
This pull request was deployed and Sentry observed the following issues:
cl.search.management.commands.generate_cap_cros...
View IssueDid you find this useful? React with a 👍 or 👎
The command has been updated to improve execution time, now it uses an exact match for filepath_json_harvard field to be able to use the filepath_json_harvard index (I need to check that it exists).
Originally the command used icontains to match cap id to a cluster but the problem is that the index is not being used which slows down the command, more details can be seen in the issue: https://github.com/freelawproject/infrastructure/issues/170
I also removed some duplicate log messages