Commit Graph

3 Commits

Author SHA1 Message Date
Zsolt Alföldi
89835b237c Add retry mechanism and failure notifications for nCore/qBittorrent setup
- Implemented a retry mechanism for external calls, allowing up to 3 attempts before failing.
- Enhanced error handling to send failure notifications when setup steps fail, including detailed error messages.
- Updated RunSummary model to include status, error step, and error message fields for better tracking of run outcomes.
- Modified database schema to store failure metadata for runs.
- Updated README.md to reflect changes in error handling and notification behavior.
2026-05-07 12:03:00 +02:00
Zsolt Alföldi
696d0227a3 Update query in MarkResolved method to include 'manual_needed' status
- Modified the SQL query in the MarkResolved function to select torrents with both 'active' and 'manual_needed' statuses, enhancing the functionality of the method.
2026-05-07 01:25:34 +02:00
Zsolt Alföldi
469e5b0678 init 2026-05-07 00:14:02 +02:00