As stands, the strings worker usually takes 3 seconds each x N files. That's because it sleeps between status updates. It would be nice if openrelik-worker-common exposed functionality to make status updates easier or more performant
https://github.com/openrelik/openrelik-worker-strings/blob/main/src/tasks.py#L132
As stands, the strings worker usually takes 3 seconds each x N files. That's because it sleeps between status updates. It would be nice if openrelik-worker-common exposed functionality to make status updates easier or more performant
https://github.com/openrelik/openrelik-worker-strings/blob/main/src/tasks.py#L132