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

fix: CatchUnoptimizedMedia, prevent skipping of imported posts #4729

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

paulexyz
Copy link
Contributor

@paulexyz paulexyz commented Nov 1, 2023

When importing posts from Instagram posts that are older as one hour at that time will not be properly processed and uploaded to a remote storage backend because of a where condition in the CatchUnoptimizedMedia Console.

fixes #4483

For this PR I've removed the constraint. Furthermore was the filter for the field to skip_optimize broken for Postgresql (and maybe others) as well. Hence why I removed it in the select statement at the top and moved it down in the for each loop.

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.

None yet

1 participant