Skip to content

Manually paused jobs are restarted even if --pause-immich-jobs is false #1290

@mihalyr

Description

@mihalyr

I am just trying immich-go as I like some of the features it provides and seems to be very fast. However, it is constantly failing with random errors without any proper explanation in the logs either on server or the immich-go logs (which just say 400 or EOF, it could be that my system is choking, though).

I also noticed that one of the failures was caused by immich-go not pausing jobs correctly so some concurrent jobs did interfere with the process. To avoid this, I decided to manually pause all my jobs until I upload my collection. Now, immich-go fails with these EOFs randomly so I have to keep retrying, but every time it fails/stops it restart all my manually paused jobs even if I set --pause-immich-jobs=false. My expectation is that if it did not touch any job to pause, it should not touch any job to resume either.

My current workaround is to just not give it the admin api key. It works, but it still tries to access the /job path, but since it is admin only, it gets a 403.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions