You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: