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

Allow configuring processor concurrency #281

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

mgdigital
Copy link
Collaborator

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

@mgdigital mgdigital merged commit 3968c8b into main Jun 14, 2024
6 checks passed
@mgdigital mgdigital deleted the queue-concurrency branch June 14, 2024 09:48
truecharts-admin referenced this pull request in truecharts/public Jun 14, 2024
… v0.9.2@0d34a4c by renovate (#23342)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/bitmagnet-io/bitmagnet](https://github.com/bitmagnet-io/bitmagnet)
| patch | `v0.9.1` -> `v0.9.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bitmagnet-io/bitmagnet
(ghcr.io/bitmagnet-io/bitmagnet)</summary>

###
[`v0.9.2`](https://github.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.2)

[Compare
Source](https://github.com/bitmagnet-io/bitmagnet/compare/v0.9.1...v0.9.2)

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:

```yaml
processor:
  concurrency: 1
```

#### What's Changed

- Allow configuring processor concurrency by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/281](https://github.com/bitmagnet-io/bitmagnet/pull/281)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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