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

[Bug] Rules could add a corrupt media item if ran at the same time as collection handling #794

Closed
jorenn92 opened this issue Jan 24, 2024 · 0 comments · Fixed by #803
Closed
Labels
bug Something isn't working

Comments

@jorenn92
Copy link
Owner

By default, rule handling and collection handling run concurrently every third iteration of the day, potentially leading to corrupted media items.

This occurs when the collection handler removes an item that the rule handler has already parsed and intends to add again.

Although this issue is not critical, as a maintenance job later removes the record, a solution would be to ensure that the collection handler waits until the rule handler is finished, or vice versa.

@jorenn92 jorenn92 added the bug Something isn't working label Jan 24, 2024
@jorenn92 jorenn92 changed the title Rules could add a corrupt media item if ran at the same time as collection handling [Bug] Rules could add a corrupt media item if ran at the same time as collection handling Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant