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
I have a task that refreshes metadata for movies added in the last 30 days
collections:
'Newly Released Movies':
# Never run during normally scheduled runs since it will be run via cron insteadschedule: never# Ensure poster and other metadata is locked because refreshing metadata can change thingsitem_lock_background: trueitem_lock_poster: trueitem_lock_title: trueitem_refresh: trueplex_search:
release: 30
The issue with this is it can often cause Plex to crash with the database being too busy due to how many are being refreshed at the same time. The solution around this problem would be adding a delay between refreshes/acting on each Plex item (e.g. each_item_interval: 10s).
Thanks!
The text was updated successfully, but these errors were encountered:
I have a task that refreshes metadata for movies added in the last 30 days
The issue with this is it can often cause Plex to crash with the database being too busy due to how many are being refreshed at the same time. The solution around this problem would be adding a delay between refreshes/acting on each Plex item (e.g.
each_item_interval: 10s
).Thanks!
The text was updated successfully, but these errors were encountered: