Skip to content

get summary without feature flag#837

Open
frimpongopoku wants to merge 2 commits intomainfrom
generate-without-ff
Open

get summary without feature flag#837
frimpongopoku wants to merge 2 commits intomainfrom
generate-without-ff

Conversation

@frimpongopoku
Copy link
Copy Markdown
Contributor

  • If there are no feature flags, it will summarise duplicates for all communities


communities = flag.enabled_communities()
if flag and do_updates:
communities = flag.enabled_communities()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if the flag is enabled, but no communities selected, this will produce an empty queryset and it will not do any reporting on duplicates, but probably blow up.

@BradHN1
Copy link
Copy Markdown
Contributor

BradHN1 commented Nov 9, 2023

There is some test code that got in there, my mistake. Note two calls to generate_hashes where I had added one before I saw you had. Also an IF_LOCAL in the MEDIA_LIBRARY - doesnt' do anything except print out.

@archx3
Copy link
Copy Markdown
Contributor

archx3 commented Jun 19, 2024

@frimpongopoku @BradHN1 is this PR still useful?
I'd like to archive it if not.

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

Successfully merging this pull request may close these issues.

3 participants