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

Request background job to generate metadata on non-local files #2244

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

artonge
Copy link
Collaborator

@artonge artonge commented Jan 9, 2024

For EXIF and size providers, we need the file content. That can take a lot of time for non-local storage. So for those providers, we request a background job when the file is non-local.
As the original date time provider depends on the EXIF provider, the same logic was applied.

@artonge artonge added the 3. to review Waiting for reviews label Jan 9, 2024
@artonge artonge force-pushed the artonge/fix/better_handling_of_non_local_files branch from 2667e43 to 669f902 Compare January 9, 2024 15:32
@artonge artonge changed the title Request background event to generate metadata on non-local files Request background job to generate metadata on non-local files Jan 9, 2024
@artonge artonge added enhancement New feature or request php PHP related ticket performances Performances issues and optimisations labels Jan 9, 2024
@artonge artonge added this to the Nextcloud 29 milestone Jan 9, 2024
@artonge
Copy link
Collaborator Author

artonge commented Jan 9, 2024

/backport to stable28

@backportbot-nextcloud backportbot-nextcloud bot added the backport-request Pending backport by the backport-bot label Jan 9, 2024
@artonge artonge force-pushed the artonge/fix/better_handling_of_non_local_files branch from 669f902 to ca4c89e Compare January 9, 2024 17:02
@artonge artonge enabled auto-merge January 9, 2024 17:04
@artonge artonge merged commit 067d2f0 into master Jan 9, 2024
29 checks passed
@artonge artonge deleted the artonge/fix/better_handling_of_non_local_files branch January 9, 2024 17:15
@backportbot-nextcloud backportbot-nextcloud bot removed the backport-request Pending backport by the backport-bot label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request performances Performances issues and optimisations php PHP related ticket
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants