Garrafao / durel_system_annotators

3 stars 0 forks source link

Ensure distinct file paths in annotation pipeline. #12

Closed AinaIanemahy closed 11 months ago

AinaIanemahy commented 1 year ago

If the cronjobs are executed too frequently or if we annotate a very large project, the file names could potentially be overwritten. We have to make sure that no running pipeline's files can be changed by another starting pipeline.

AinaIanemahy commented 11 months ago

I have added a random prefix to the file paths. This should ensure distinct file paths (even though there is a small chance to have the same number twice in a row). See 84a8ec7b0ef1ade339285e2a499d5e196cee0715 and f7ed0030729180f994a3bfbb85f18861b66a3c14