Skip to content

Process Hangs when any transfer is seeding #9

@kikootwo

Description

@kikootwo

Describe the bug
When there are any transfers that are status 'Finished and Seeding' no other processes will proceed. For example:

image

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:

  1. Have a transfer in the 'Finished and Seeding' Status
  2. Try to complete any other processes (add transfer/download/import)
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions