-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When there are any transfers that are status 'Finished and Seeding' no other processes will proceed. For example:
this transfer is done, and the one below it is waiting to import to radarr until the seeding is done (1 day for public tracker, 14 for private)
To Reproduce
Steps to reproduce the behavior:
- Have a transfer in the 'Finished and Seeding' Status
- Try to complete any other processes (add transfer/download/import)
- observe that they seem to all be waiting for the seeding to finish
NOTE: Cancelling the seeding transfer seems to leave things in a broken state.
** Logs **
Logs showing a few transfers starting/stopping before hanging around the seeding.
** Configuration **
username = "***"
password = "***"
download_directory = "/downloads"
bind_address = "0.0.0.0"
port = 9091
loglevel = "info"
uid = 1026
polling_interval = 10
skip_directories = ["sample", "extras"]
orchestration_workers = 10
download_workers = 4
[putio]
api_key = "***"
[radarr]
url = "http://***7878"
api_key = "***"
Environment
Docker container on a synology NAS
Docker
Using the docker compose provided
Screenshots
see above
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
