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

Feature Request: Add support for configuring delay between each Plex item #596

Closed
axsuul opened this issue Jan 11, 2022 · 0 comments · Fixed by #652
Closed

Feature Request: Add support for configuring delay between each Plex item #596

axsuul opened this issue Jan 11, 2022 · 0 comments · Fixed by #652
Assignees
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@axsuul
Copy link
Contributor

axsuul commented Jan 11, 2022

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 instead
    schedule: never

    # Ensure poster and other metadata is locked because refreshing metadata can change things
    item_lock_background: true
    item_lock_poster: true
    item_lock_title: true

    item_refresh: true

    plex_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!

@axsuul axsuul added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 11, 2022
@axsuul axsuul mentioned this issue Jan 11, 2022
6 tasks
@axsuul axsuul closed this as completed Jan 11, 2022
@meisnate12 meisnate12 reopened this Jan 11, 2022
@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 22, 2022
@meisnate12 meisnate12 mentioned this issue Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants