slub / ocrd_controller

Path to network implementation of OCR-D
MIT License
6 stars 3 forks source link

SSH Connection hangs when ocrd process is running #24

Closed SvenMarcus closed 9 months ago

SvenMarcus commented 1 year ago

While ocrd is processing a workspace establishing an SSH connection is very slow. Trying to execute ps over SSH almost took a minute.

bertsky commented 1 year ago

You likely are blocked by the worker semaphore, which exclusively applies to the ocrd user, but not the admin user (which can be used to monitor or kill jobs).