Skip to content

prevent overflowing the Controller with data #39

@bertsky

Description

@bertsky

Currently we only queue the processing jobs (via SSH login semaphores) themselves on the Controller, but not the rsync calls. To optimally pipeline the data transfers (to and from the Controller) in parallel to computation, we circumvent the queueing/locking mechanism (by using a different login other than ocrd).

But this means that too many jobs stacking on the queue can overflow the data volume on the Controller.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions