-
-
Notifications
You must be signed in to change notification settings - Fork 191
Description
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.