Giter Site home page Giter Site logo

Comments (5)

guidopetri avatar guidopetri commented on September 7, 2024

Obviously, if the entire pipeline runs at the same time that another instance of the pipeline is running, then the temp files will get purged... which breaks the longer-running pipeline.

from chess-pipeline.

guidopetri avatar guidopetri commented on September 7, 2024

Hopefully closed with 7f84fb3 . This commit makes a CopyWrapper only remove the targets that are involved in its completion, not completely clean the temp files.

from chess-pipeline.

guidopetri avatar guidopetri commented on September 7, 2024

(Testing this tonight by playing some bullet games!)

from chess-pipeline.

guidopetri avatar guidopetri commented on September 7, 2024

I neglected the fact that PostgresTargets won't have a .path attribute. Fixed this in f4993ea .

I also neglected the fact that CopyWrapper's inputs are all PostgresTargets, and I should actually be looking at the jobs list itself and iterating over the functions there. Fixed in 34fce4d .

Hopefully this is the actual end of this issue's saga. The lesson: I need a better testing, probably through a staging/test environment.

from chess-pipeline.

guidopetri avatar guidopetri commented on September 7, 2024

Alright, now I think I've actually fixed it. The method is: look at the job list, iterate over each function and (recursively) get the local files. This is finished with commit ab6728c .

from chess-pipeline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.