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

Update bitmagnet-io/bitmagnet Docker tag to v0.9.3 #706

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
bitmagnet-io/bitmagnet minor v0.8.0 -> v0.9.3

Release Notes

bitmagnet-io/bitmagnet (bitmagnet-io/bitmagnet)

v0.9.3

Compare Source

This release reduces the default processor.concurrency config to 1 following user feedback that concurrency of 3 causes slowdowns on some systems. If your system can handle it, you may want to configure a higher value.

What's Changed

Full Changelog: bitmagnet-io/bitmagnet@v0.9.2...v0.9.3

v0.9.2

Compare Source

Some users have reported a slowdown in the app that is probably due to the 0.9.0 reindex. Adding a configuration option to dial down the queue concurrency for torrent processing.

If you're affected, try setting the value to 1, either as an environment variable, e.g. PROCESSOR_CONCURRENCY=1, or in your config file:

processor:
  concurrency: 1

What's Changed

Full Changelog: bitmagnet-io/bitmagnet@v0.9.1...v0.9.2

v0.9.1

Compare Source

This release includes an optimization may improve reprocess performance on more modest hardware.

What's Changed

Full Changelog: bitmagnet-io/bitmagnet@v0.9.0...v0.9.1

v0.9

Compare Source

v0.9.0

Compare Source

  • The main improvement for v0.9.0 is ordering of results in the web UI and GraphQL API
  • An --apisDisabled flag was added to the reprocess command to allow significantly faster reprocessing/classifying without any API calls (i.e. TMDB), without disabling this globally.
  • Optimisations were made to the web UI that significantly improve responsiveness; the default pagination limit has therefore been increased to 20
  • Reprocessing is now done fully within the queue (so you'll no longer see a progress bar when running bitmagnet reprocess, this is handled by the new process_torrent_batch task)

IMPORTANT: Some refactoring of the database was needed to allow for performant ordering. On first run, a database migration will be applied that should take no longer than a few minutes, and tasks will be added to the queue to reindex all torrents. The reindex tasks must complete before ordering will work correctly; if you have millions of torrents in your index this may take a day or more, but is significantly faster in this release than prior versions. Please ensure you have no pending items in your queue (at the /metrics endpoint) before opening any issues about incorrect ordering.

What's Changed

New Contributors

Full Changelog: bitmagnet-io/bitmagnet@v0.8.0...v0.9.0


Configuration

📅 Schedule: Branch creation - "after 3am on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) June 22, 2024 20:56
@renovate renovate bot merged commit 49ddeca into main Jun 22, 2024
1 check failed
@renovate renovate bot deleted the renovate/bitmagnet-io-bitmagnet-0.x branch June 22, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant