mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Ability to stagger RSS feed refresh interval for individual rules #14404
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#14404
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Mar 7, 2023).
Suggestion
I am running into an issue with one torrent site, RARBG, where my RSS feed rules are being rate limited.
I would like to do this, but when I do I am rate limited because these are all run one after the next. There is no option to run one, wait 15 min, run the next, etc. A few will run but then others will get stuck and show up with error icons, the logs also show the error.
Use case
I use jackett and, instead of using a single RSS feed for a single category and then hoping my regex rules will find the torrents I want, I would rather use the show ID. But this reveals a limitation of qBittorrent where all of these RSS rules are run one immediately after the next ( for the same category ID ) causing me to be rate limited (520). (I have set every 15 minutes in qbittorrent and cache to 2400 seconds in jackett.)
If we could stagger the RSS fetch when multiple feeds have the same category ( or maybe based on Rules in folder?) this would be avoided and I could run my rules and abide by RARBGs API rules.
As it stands I don't see a way to take advantage of the jackett show ID feature while abiding by RSS fetch API rules
Extra info/examples/attachments
@luzpaz commented on GitHub (Sep 20, 2023):
Linking to #8350
@jNullj commented on GitHub (Jan 20, 2024):
Should we close this?